diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-12 23:04:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-09-16 09:27:23 +0200 |
commit | 42628e6d8691c9618336b5319fee516b1db158ec (patch) | |
tree | d647c3ad9f01da4fa7c1c8f55e9567e2ae358313 | |
parent | 74fa3693f801f3e3cce177171417bcf062f7c73d (diff) | |
download | nextcloud-server-42628e6d8691c9618336b5319fee516b1db158ec.tar.gz nextcloud-server-42628e6d8691c9618336b5319fee516b1db158ec.zip |
fix(tests): Test OTF font file
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | apps/theming/tests/Themes/DyslexiaFontTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/Themes/DyslexiaFontTest.php b/apps/theming/tests/Themes/DyslexiaFontTest.php index a526f94d4aa..64aa770a9e6 100644 --- a/apps/theming/tests/Themes/DyslexiaFontTest.php +++ b/apps/theming/tests/Themes/DyslexiaFontTest.php @@ -170,7 +170,7 @@ class DyslexiaFontTest extends TestCase { ->with('htaccess.IgnoreFrontController', false) ->willReturn($prettyUrlsEnabled); - $this->assertStringContainsString("'$webRoot/apps/theming/fonts/OpenDyslexic-Regular.woff'", $this->dyslexiaFont->getCustomCss()); + $this->assertStringContainsString("'$webRoot/apps/theming/fonts/OpenDyslexic-Regular.otf'", $this->dyslexiaFont->getCustomCss()); $this->assertStringNotContainsString('index.php', $this->dyslexiaFont->getCustomCss()); } } |