Skip to content

Commit ba66282

Browse files
committed
Update the PHPUnit namespace
1 parent 44fc11d commit ba66282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Svg/StyleTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
namespace Svg\Tests;
1010

1111
use Svg\Style;
12+
use PHPUnit\Framework\TestCase;
1213

13-
class StyleTest extends \PHPUnit\Framework\TestCase
14+
class StyleTest extends TestCase
1415
{
1516

1617
public function test_parseColor()

0 commit comments

Comments
 (0)