Skip to content

Commit 7533547

Browse files
samnelajxlwqq
authored andcommitted
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
1 parent 90e95ad commit 7533547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/IdValidatorTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
namespace Jxlwqq\IdValidator;
1010

11-
class IdValidatorTest extends \PHPUnit_Framework_TestCase
11+
use PHPUnit\Framework\TestCase;
12+
13+
class IdValidatorTest extends TestCase
1214
{
1315
public function testIsValid()
1416
{

0 commit comments

Comments
 (0)