diff options
Diffstat (limited to 'tests/JWTTest.php')
-rw-r--r-- | tests/JWTTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/JWTTest.php b/tests/JWTTest.php index caac717..db50ee6 100644 --- a/tests/JWTTest.php +++ b/tests/JWTTest.php @@ -1,6 +1,6 @@ <?php -include_once 'JWT.php'; +include_once 'Authentication/JWT.php'; class JWTTest extends PHPUnit_Framework_TestCase { function testEncodeDecode() { |