diff --git a/phpunit.xml b/phpunit.xml index 01d5221127..9748c5a5c8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,8 +5,8 @@ bootstrap="app/init.php" colors="true" processIsolation="false" - stopOnFailure="true" - stopOnError="true" + stopOnFailure="false" + stopOnError="false" cacheDirectory=".phpunit.cache" >