Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed Sep 4, 2017
1 parent 0a0ce41 commit beca869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/JWTTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
namespace Phramework\Authentication\JWT;

use \Phramework\Phramework;
use PHPUnit\Framework\TestCase;

class JWTTest extends \PHPUnit_Framework_TestCase
class JWTTest extends TestCase
{
protected static $users = [];

Expand Down

0 comments on commit beca869

Please sign in to comment.