diff options
Diffstat (limited to 'tests/JWTTest.php')
-rw-r--r-- | tests/JWTTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/JWTTest.php b/tests/JWTTest.php index db50ee6..a649051 100644 --- a/tests/JWTTest.php +++ b/tests/JWTTest.php @@ -1,7 +1,5 @@ <?php -include_once 'Authentication/JWT.php'; - class JWTTest extends PHPUnit_Framework_TestCase { function testEncodeDecode() { $msg = JWT::encode('abc', 'my_key'); |