Skip to content

Commit fa5901c

Browse files
committed
fix(tests): Test OTF font file
Signed-off-by: Joas Schilling <[email protected]>
1 parent 74e6e25 commit fa5901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/theming/tests/Themes/DyslexiaFontTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function testGetCustomCss($webRoot, $prettyUrlsEnabled) {
170170
->with('htaccess.IgnoreFrontController', false)
171171
->willReturn($prettyUrlsEnabled);
172172

173-
$this->assertStringContainsString("'$webRoot/apps/theming/fonts/OpenDyslexic-Regular.woff'", $this->dyslexiaFont->getCustomCss());
173+
$this->assertStringContainsString("'$webRoot/apps/theming/fonts/OpenDyslexic-Regular.otf'", $this->dyslexiaFont->getCustomCss());
174174
$this->assertStringNotContainsString('index.php', $this->dyslexiaFont->getCustomCss());
175175
}
176176
}

0 commit comments

Comments
 (0)