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 | |
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
-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() { |