We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3b9be commit 82113fdCopy full SHA for 82113fd
README.md
@@ -8,7 +8,7 @@ Example
8
-------
9
```php
10
<?php
11
- include_once 'JWT.php';
+ include_once 'Authentication/JWT.php';
12
13
$key = "example_key";
14
$token = array(
@@ -25,6 +25,19 @@ Example
25
?>
26
```
27
28
+Tests
29
+-----
30
+Run the tests using phpunit:
31
+
32
+```bash
33
+ $ pear install PHPUnit
34
+ $ phpunit tests/
35
+ PHPUnit 3.7.10 by Sebastian Bergmann.
36
+ .....
37
+ Time: 0 seconds, Memory: 2.50Mb
38
+ OK (5 tests, 5 assertions)
39
+```
40
41
License
42
43
[3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause).
0 commit comments