Skip to content

Commit 01bbab8

Browse files
committed
Noticed issue in unit tests. Left behind some additional testing.
1 parent a77d882 commit 01bbab8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/FontLib/FontTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public function testLoadTTFFontSuccessfully()
1919
$trueTypeFont = Font::load('sample-fonts/IntelClear-Light.ttf');
2020

2121
$this->assertInstanceOf('FontLib\TrueType\File', $trueTypeFont);
22-
23-
$trueTypeFont->saveAdobeFontMetrics("IntelClear-Light.font.data");
2422
}
2523

2624
public function test12CmapFormat()

0 commit comments

Comments
 (0)