mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix(tests): Test OTF font file
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
599a94fc9a
commit
0c224393f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue