We don't want to exit if error on phpunit
This commit is contained in:
parent
cd16784b2b
commit
dcff643fb6
@ -290,7 +290,7 @@ script:
|
||||
- |
|
||||
echo "Unit testing"
|
||||
# Ensure we catch errors
|
||||
set -e
|
||||
set +e
|
||||
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
|
||||
set +e
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user