aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-12 23:04:16 +0200
committerJoas Schilling <coding@schilljs.com>2024-09-16 09:30:45 +0200
commitfa5901c08c5459fbe86d9ab982a40d3955a2502f (patch)
treef910667512f4c4d4b4e590b8d65a0071ea9a384e
parent74e6e25a3e9d84ba6ebac6a916d879fa4c7b74c5 (diff)
downloadnextcloud-server-backport/47928/stable28.tar.gz
nextcloud-server-backport/47928/stable28.zip
fix(tests): Test OTF font filebackport/47928/stable28
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 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());
}
}