Restore phpunit tests
This commit is contained in:
parent
7063b26018
commit
47f003c3fa
@ -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
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user