diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-10-04 20:43:27 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-10-04 20:43:27 +0200 |
commit | 044ab0cbecf46d537e892dfa4efd862182798291 (patch) | |
tree | b4986e1a1311dbf54dc0cf9efe53e85d0b002fac /apps/theming/tests/UtilTest.php | |
parent | 065e0c0e491d819658b5e7128fff967244db6681 (diff) | |
download | nextcloud-server-044ab0cbecf46d537e892dfa4efd862182798291.tar.gz nextcloud-server-044ab0cbecf46d537e892dfa4efd862182798291.zip |
Adapts the theming util to the new core logo image path
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/theming/tests/UtilTest.php')
-rw-r--r-- | apps/theming/tests/UtilTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/UtilTest.php b/apps/theming/tests/UtilTest.php index 6348f8423eb..d0263e11224 100644 --- a/apps/theming/tests/UtilTest.php +++ b/apps/theming/tests/UtilTest.php @@ -139,7 +139,7 @@ class UtilTest extends TestCase { public function dataGetAppIcon() { return [ ['user_ldap', \OC_App::getAppPath('user_ldap') . '/img/app.svg'], - ['noapplikethis', \OC::$SERVERROOT . '/core/img/logo.svg'], + ['noapplikethis', \OC::$SERVERROOT . '/core/img/logo/logo.svg'], ['comments', \OC_App::getAppPath('comments') . '/img/comments.svg'], ]; } |