Skip to content

Commit

Permalink
Update tests/FontLib/FontTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: William Desportes <[email protected]>
  • Loading branch information
bsweeney and williamdes authored Jan 6, 2024
1 parent eaa3c9a commit 8aec068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FontLib/FontTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testLoadTTFFont()

public function testGetFontInfoTTF()
{
$font = Font::load('tests/resources//fonts/ahem/ahem.ttf');
$font = Font::load('tests/resources/fonts/ahem/ahem.ttf');
$font->parse();
$this->assertSame('Ahem', $font->getFontName());
$this->assertSame('Regular', $font->getFontSubfamily());
Expand Down

0 comments on commit 8aec068

Please sign in to comment.