Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4454/head
Lukas Reschke 8 years ago
parent d17a901f8a
commit d0e0bc55c8
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 10
      tests/Settings/Controller/AppSettingsControllerTest.php

@ -106,16 +106,16 @@ class AppSettingsControllerTest extends TestCase {
'ident' => 'enabled',
'displayName' => 'Enabled apps',
],
[
'id' => 3,
'ident' => 'app-bundles',
'displayName' => 'App bundles',
],
[
'id' => 1,
'ident' => 'disabled',
'displayName' => 'Disabled apps',
],
[
'id' => 3,
'ident' => 'app-bundles',
'displayName' => 'App bundles',
],
[
'id' => 'auth',
'ident' => 'auth',

Loading…
Cancel
Save