summaryrefslogtreecommitdiffstats
path: root/tests/JWTTest.php
diff options
context:
space:
mode:
authorAnant Narayanan <anant@kix.in>2013-08-30 13:26:50 -0700
committerAnant Narayanan <anant@kix.in>2013-08-30 13:26:50 -0700
commitb8acf5a5deab7b929a383c76470469baf68830ab (patch)
tree11727e2965a06973d2e152b456167ead69c2a717 /tests/JWTTest.php
parentc794eeba527537f9690c1157b9f7f71999ded4ce (diff)
parent66c3957571107fb35a0d441a9e109512cdc46f97 (diff)
downloadphp-jwt-b8acf5a5deab7b929a383c76470469baf68830ab.zip
php-jwt-b8acf5a5deab7b929a383c76470469baf68830ab.tar.gz
php-jwt-b8acf5a5deab7b929a383c76470469baf68830ab.tar.bz2
Merge pull request #3 from phansys/master
Improved test suite
Diffstat (limited to 'tests/JWTTest.php')
-rw-r--r--tests/JWTTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/JWTTest.php b/tests/JWTTest.php
index db50ee6..a649051 100644
--- a/tests/JWTTest.php
+++ b/tests/JWTTest.php
@@ -1,7 +1,5 @@
<?php
-include_once 'Authentication/JWT.php';
-
class JWTTest extends PHPUnit_Framework_TestCase {
function testEncodeDecode() {
$msg = JWT::encode('abc', 'my_key');