diff options
author | Anant Narayanan <anant@kix.in> | 2013-04-03 15:56:16 -0700 |
---|---|---|
committer | Anant Narayanan <anant@kix.in> | 2013-04-03 15:56:16 -0700 |
commit | 564878fccb6e1fac83d229ce1d3122fc3d915922 (patch) | |
tree | 9843ca4783ad46bafc1d4a924a22ce9df8438098 /tests/JWTTest.php | |
parent | 0e112c9ba6ab931622b076173aeb84b24633de64 (diff) | |
download | php-jwt-564878fccb6e1fac83d229ce1d3122fc3d915922.zip php-jwt-564878fccb6e1fac83d229ce1d3122fc3d915922.tar.gz php-jwt-564878fccb6e1fac83d229ce1d3122fc3d915922.tar.bz2 |
Some re-organization as per PEPr suggestions
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() { |