mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Update App Manager test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c637ff556a
commit
4e0479f3a8
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue