diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2022-10-05 12:14:03 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-13 12:13:39 +0200 |
commit | db831359d3ad10d35536bd5f0e72ba629b828471 (patch) | |
tree | 5b953a93ef251e5ed8ea012e80e9fe1327a7b662 /apps/theming/tests/Themes/DyslexiaFontTest.php | |
parent | 4b46c5a5a02b6c1c77b99cf21b9ff933fabbcc35 (diff) | |
download | nextcloud-server-db831359d3ad10d35536bd5f0e72ba629b828471.tar.gz nextcloud-server-db831359d3ad10d35536bd5f0e72ba629b828471.zip |
Allow to pick custom colour
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/tests/Themes/DyslexiaFontTest.php')
-rw-r--r-- | apps/theming/tests/Themes/DyslexiaFontTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/theming/tests/Themes/DyslexiaFontTest.php b/apps/theming/tests/Themes/DyslexiaFontTest.php index 77eb77a2818..8a0df960205 100644 --- a/apps/theming/tests/Themes/DyslexiaFontTest.php +++ b/apps/theming/tests/Themes/DyslexiaFontTest.php @@ -84,6 +84,11 @@ class DyslexiaFontTest extends TestCase { ->method('getColorPrimary') ->willReturn('#0082c9'); + $this->themingDefaults + ->expects($this->any()) + ->method('getDefaultColorPrimary') + ->willReturn('#0082c9'); + $this->l10n ->expects($this->any()) ->method('t') |