summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/UtilTest.php
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-08-30 11:51:48 +0200
committerJulius Haertl <jus@bitgrid.net>2016-11-18 10:23:24 +0100
commit9e28a3ba120356b03063e44445a9401c3aa205f3 (patch)
treee9d8cbf229fb0fc77a95a8165a82b40e5b5624da /apps/theming/tests/UtilTest.php
parent237034818dd3425116ef3db04dabbc95a5d10125 (diff)
downloadnextcloud-server-9e28a3ba120356b03063e44445a9401c3aa205f3.tar.gz
nextcloud-server-9e28a3ba120356b03063e44445a9401c3aa205f3.zip
Theming: Code cleanup and cache buster for mime icons
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/tests/UtilTest.php')
-rw-r--r--apps/theming/tests/UtilTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/tests/UtilTest.php b/apps/theming/tests/UtilTest.php
index 499a3ffc45d..9a53858598c 100644
--- a/apps/theming/tests/UtilTest.php
+++ b/apps/theming/tests/UtilTest.php
@@ -33,7 +33,9 @@ class UtilTest extends TestCase {
protected $util;
/** @var IConfig */
protected $config;
+ /** @var IRootFolder */
protected $rootFolder;
+
protected function setUp() {
parent::setUp();
$this->config = $this->getMockBuilder('\OCP\IConfig')->getMock();