Skip to content

Commit

Permalink
tests: update PHPUnit test classes (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Feb 19, 2020
1 parent ccc74fb commit ecb25af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/JWTTest.php
Expand Up @@ -2,9 +2,9 @@
namespace Firebase\JWT;

use ArrayObject;
use PHPUnit_Framework_TestCase;
use PHPUnit\Framework\TestCase;

class JWTTest extends PHPUnit_Framework_TestCase
class JWTTest extends TestCase
{
public static $opensslVerifyReturnValue;

Expand Down

0 comments on commit ecb25af

Please sign in to comment.