File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 99 - 5.5
1010 - 5.6
1111 - 7.0
12+ - 7.1
13+ - 7.2
14+ - nightly
1215 - hhvm
1316
1417matrix :
1518 allow_failures :
19+ - php : nightly
1620 - php : hhvm
1721 fast_finish : true
1822
Original file line number Diff line number Diff line change 1919 "bin-dir" : " bin"
2020 },
2121 "require-dev" : {
22- "phpunit/phpunit" : " ^4.8"
22+ "phpunit/phpunit" : " ^4.8.35 || 5.* || 6.* "
2323 }
2424}
Original file line number Diff line number Diff line change 33namespace FontLib \Tests ;
44
55use FontLib \Font ;
6+ use PHPUnit \Framework \TestCase ;
67
7- class FontTest extends \PHPUnit_Framework_TestCase
8+ class FontTest extends TestCase
89{
910 /**
1011 * @expectedException \Fontlib\Exception\FontNotFoundException
@@ -45,4 +46,4 @@ public function test12CmapFormat()
4546 $ this ->assertEquals (53 , count ($ cmapFormat12Table ['glyphIndexArray ' ]));
4647 }
4748
48- }
49+ }
You can’t perform that action at this time.
0 commit comments