diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-21 18:23:36 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-21 18:30:20 +0200 |
commit | eb00dbb5931a471bc2c8ef4723ff5eb91ce1c553 (patch) | |
tree | e5b455de23ea1327c00cb3eb546a5d589508fca9 /apps | |
parent | 0e17b65bcf32c84664ae90d22cfc42617d06e70f (diff) | |
download | nextcloud-server-eb00dbb5931a471bc2c8ef4723ff5eb91ce1c553.tar.gz nextcloud-server-eb00dbb5931a471bc2c8ef4723ff5eb91ce1c553.zip |
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 03573232f0d..007335b948d 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -142,6 +142,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'recent', @@ -152,6 +153,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'favorites', @@ -162,6 +164,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'sharingin', @@ -172,6 +175,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'sharingout', @@ -182,6 +186,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'sharinglinks', @@ -192,6 +197,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'systemtagsfilter', @@ -202,6 +208,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => '', ], [ 'id' => 'trashbin', |