Skip to content

Commit ecb25af

Browse files
authored
tests: update PHPUnit test classes (#193)
1 parent ccc74fb commit ecb25af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/JWTTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
namespace Firebase\JWT;
33

44
use ArrayObject;
5-
use PHPUnit_Framework_TestCase;
5+
use PHPUnit\Framework\TestCase;
66

7-
class JWTTest extends PHPUnit_Framework_TestCase
7+
class JWTTest extends TestCase
88
{
99
public static $opensslVerifyReturnValue;
1010

0 commit comments

Comments
 (0)