aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/Themes
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-12 23:04:16 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-09-15 21:33:52 +0200
commit4957ee67ccf38c68b56473a25a8c8cdfa6fe407a (patch)
treeb7726da7baeb082ab403cb36f57a46f428b823a2 /apps/theming/tests/Themes
parent56dfc179d4d36bc4cdb40effdac54072786fcac6 (diff)
downloadnextcloud-server-backport/47928/stable30.tar.gz
nextcloud-server-backport/47928/stable30.zip
fix(tests): Test OTF font filebackport/47928/stable30
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/theming/tests/Themes')
-rw-r--r--apps/theming/tests/Themes/DyslexiaFontTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/Themes/DyslexiaFontTest.php b/apps/theming/tests/Themes/DyslexiaFontTest.php
index 05f489449b8..99b6f8cfc8e 100644
--- a/apps/theming/tests/Themes/DyslexiaFontTest.php
+++ b/apps/theming/tests/Themes/DyslexiaFontTest.php
@@ -163,7 +163,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());
}
}