summaryrefslogtreecommitdiffstats
path: root/tests/JWTTest.php
diff options
context:
space:
mode:
authorAnant Narayanan <anant@kix.in>2013-04-03 15:56:16 -0700
committerAnant Narayanan <anant@kix.in>2013-04-03 15:56:16 -0700
commit564878fccb6e1fac83d229ce1d3122fc3d915922 (patch)
tree9843ca4783ad46bafc1d4a924a22ce9df8438098 /tests/JWTTest.php
parent0e112c9ba6ab931622b076173aeb84b24633de64 (diff)
downloadphp-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.php2
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() {