diff options
author | Rob DiMarco <rob@firebase.com> | 2015-04-01 10:47:36 -0700 |
---|---|---|
committer | Rob DiMarco <rob@firebase.com> | 2015-04-01 10:47:36 -0700 |
commit | 10918f2a0181a53a2604c90b5904f9b33b0d3ba0 (patch) | |
tree | 0845e9e391902c56db3ed340df0a2634736f18be /run-tests.sh | |
parent | 8049f19e554fe30136c51a4c086fff81b852be01 (diff) | |
download | php-jwt-10918f2a0181a53a2604c90b5904f9b33b0d3ba0.zip php-jwt-10918f2a0181a53a2604c90b5904f9b33b0d3ba0.tar.gz php-jwt-10918f2a0181a53a2604c90b5904f9b33b0d3ba0.tar.bz2 |
Updates to JWT decode() / verify() path
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 9d6643e..d37c30f 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -26,6 +26,7 @@ if [ $? -eq 0 ]; then echo echo -e "\033[33mBegin Unit Testing\033[0m" # Run the testing suite + php --version php phpunit.phar --configuration phpunit.xml.dist else echo |