From 229a516fd23fe28d5615d862c66cfed5c4853d5e Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Tue, 3 Aug 2021 17:44:22 +0000 Subject: [PATCH] [TESTS] Make PHPUnit exit on first fail and some other tweaks --- .gitignore | 3 ++- phpunit.xml.dist | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47afab7816..a52f355cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,5 @@ config.php notes -.test_coverage_report \ No newline at end of file +.test_coverage_report +.phpunit_cache \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ac5cf9683c..7cad20e6dc 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,14 @@ - + src