From 4e0479f3a84756c47ce666f682caca511396b525 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 19 Nov 2016 21:03:39 +0100 Subject: [PATCH] Update App Manager test Signed-off-by: Roeland Jago Douma --- tests/lib/App/AppManagerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/App/AppManagerTest.php b/tests/lib/App/AppManagerTest.php index bfb2893955f..26489cb5b0f 100644 --- a/tests/lib/App/AppManagerTest.php +++ b/tests/lib/App/AppManagerTest.php @@ -329,6 +329,7 @@ class AppManagerTest extends TestCase { $this->appConfig->setValue('test2', 'enabled', 'no'); $this->appConfig->setValue('test3', 'enabled', '["foo"]'); $apps = [ + 'bruteforcesettings', 'dav', 'federatedfilesharing', 'files', @@ -354,6 +355,7 @@ class AppManagerTest extends TestCase { $this->appConfig->setValue('test3', 'enabled', '["foo"]'); $this->appConfig->setValue('test4', 'enabled', '["asd"]'); $enabled = [ + 'bruteforcesettings', 'dav', 'federatedfilesharing', 'files',