diff options
-rw-r--r-- | Authentication/JWT.php (renamed from JWT.php) | 0 | ||||
-rw-r--r-- | JWT-0.1.0.tgz | bin | 2981 -> 0 bytes | |||
-rw-r--r-- | tests/JWTTest.php | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/JWT.php b/Authentication/JWT.php index fb32df1..fb32df1 100644 --- a/JWT.php +++ b/Authentication/JWT.php diff --git a/JWT-0.1.0.tgz b/JWT-0.1.0.tgz Binary files differdeleted file mode 100644 index f06c82c..0000000 --- a/JWT-0.1.0.tgz +++ /dev/null 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() { |