Restore phpunit tests

This commit is contained in:
Laurent Destailleur 2016-05-17 19:40:58 +02:00
parent 7063b26018
commit 47f003c3fa

View File

@ -291,7 +291,7 @@ script:
echo "Unit testing" echo "Unit testing"
# Ensure we catch errors. Set this to +e if you want to go to the end to see log file. # Ensure we catch errors. Set this to +e if you want to go to the end to see log file.
set -e set -e
#phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
set +e set +e
- | - |