diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-09-14 21:19:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 21:19:19 +0200 |
commit | 6a6910f7d434a2f0b0a4e8498fe6d6a2e458a489 (patch) | |
tree | 42c496e7f0ca727e559e738dc4e4bf309eb6d60f /apps/theming/tests | |
parent | 6c46c43429e47aa113fe2a58a0529060a81bc7a5 (diff) | |
parent | 0c224393f500bfbdb74901832f41ed16f8d28e7c (diff) | |
download | nextcloud-server-6a6910f7d434a2f0b0a4e8498fe6d6a2e458a489.tar.gz nextcloud-server-6a6910f7d434a2f0b0a4e8498fe6d6a2e458a489.zip |
Merge pull request #47928 from nextcloud/bugfix/noid/update-opendyslexic
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()); } } |