diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-12 23:04:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-09-12 23:04:16 +0200 |
commit | 0c224393f500bfbdb74901832f41ed16f8d28e7c (patch) | |
tree | 57426ca0c6d5679f53b7e3db3d9e8057d722e720 /apps/theming/tests | |
parent | 599a94fc9a848f63dae2fc0623d6f446a993d6ed (diff) | |
download | nextcloud-server-0c224393f500bfbdb74901832f41ed16f8d28e7c.tar.gz nextcloud-server-0c224393f500bfbdb74901832f41ed16f8d28e7c.zip |
fix(tests): Test OTF font filebugfix/noid/update-opendyslexic
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/theming/tests')
-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 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()); } } |