diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-19 21:03:39 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-02 21:13:51 +0200 |
commit | 4e0479f3a84756c47ce666f682caca511396b525 (patch) | |
tree | 4c8eecf17ceb03c36ac502205c8639f2f8f5dcb5 /tests | |
parent | c637ff556a99b9677510665d123ddebceae27142 (diff) | |
download | nextcloud-server-4e0479f3a84756c47ce666f682caca511396b525.tar.gz nextcloud-server-4e0479f3a84756c47ce666f682caca511396b525.zip |
Update App Manager test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/App/AppManagerTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
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', |