We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4ad20 commit c316e65Copy full SHA for c316e65
tests/FontLib/FontTest.php
@@ -3,8 +3,9 @@
3
namespace FontLib\Tests;
4
5
use FontLib\Font;
6
+use PHPUnit\Framework\TestCase;
7
-class FontTest extends \PHPUnit_Framework_TestCase
8
+class FontTest extends TestCase
9
{
10
/**
11
* @expectedException \Fontlib\Exception\FontNotFoundException
@@ -45,4 +46,4 @@ public function test12CmapFormat()
45
46
$this->assertEquals(53, count($cmapFormat12Table['glyphIndexArray']));
47
}
48
-}
49
+}
0 commit comments