diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-04-20 16:21:11 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-06-05 16:47:38 +0200 |
commit | 4a5826cddb19c8a3cd8c112eea29d87630591293 (patch) | |
tree | c6dee5c4245b9dc068115478c8c2951e21cfd264 /apps/theming/tests | |
parent | 88f657b71c9267f90c14665cabd790efb0da9949 (diff) | |
download | nextcloud-server-4a5826cddb19c8a3cd8c112eea29d87630591293.tar.gz nextcloud-server-4a5826cddb19c8a3cd8c112eea29d87630591293.zip |
Generate PNG version of the theming app logo for mails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r-- | apps/theming/tests/ImageManagerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/tests/ImageManagerTest.php b/apps/theming/tests/ImageManagerTest.php index 4e258ce7162..3993efc1c52 100644 --- a/apps/theming/tests/ImageManagerTest.php +++ b/apps/theming/tests/ImageManagerTest.php @@ -24,6 +24,7 @@ namespace OCA\Theming\Tests; use OCA\Theming\ImageManager; +use OCA\Theming\ThemingDefaults; use OCP\Files\SimpleFS\ISimpleFile; use OCP\IConfig; use OCP\IURLGenerator; |