diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-18 10:44:37 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:38 +0200 |
commit | 4b57f68b81d8d859ab6f8a0e063aa3ed04601741 (patch) | |
tree | 22c7a7ee00fc331166940095bcc059eeac86fdef /apps/files/tests | |
parent | 3ff60c3af87075d01a860d1daaacca6741c1ab95 (diff) | |
download | nextcloud-server-4b57f68b81d8d859ab6f8a0e063aa3ed04601741.tar.gz nextcloud-server-4b57f68b81d8d859ab6f8a0e063aa3ed04601741.zip |
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files/tests')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index e0965d43143..03573232f0d 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -212,6 +212,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', + 'classes' => 'pinned', ], ]); |