Skip to content

Commit 2e0ffb7

Browse files
authored
Update StyleTest.php
update test case, resolve phpunit error
1 parent a85f7fe commit 2e0ffb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Svg/StyleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use Svg\Style;
1414

15-
class StyleTest extends \PHPUnit_Framework_TestCase
15+
class StyleTest extends \PHPUnit\Framework\TestCase
1616
{
1717

1818
public function test_parseColor()
@@ -57,4 +57,4 @@ public function test_convertSize()
5757
}
5858

5959
}
60-
60+

0 commit comments

Comments
 (0)