summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorRob DiMarco <rob@firebase.com>2015-04-01 10:47:36 -0700
committerRob DiMarco <rob@firebase.com>2015-04-01 10:47:36 -0700
commit10918f2a0181a53a2604c90b5904f9b33b0d3ba0 (patch)
tree0845e9e391902c56db3ed340df0a2634736f18be /run-tests.sh
parent8049f19e554fe30136c51a4c086fff81b852be01 (diff)
downloadphp-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-xrun-tests.sh1
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