aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-29 20:13:11 +0900
committernsfisis <nsfisis@gmail.com>2025-07-29 20:13:11 +0900
commit7380f5614bb262a57329c53714a148331efaa109 (patch)
treec1e30abd052833952922f43c97abc1016bab598c /phpunit.xml
parent05724af3db760abe7fcd6a563423193b50bc744d (diff)
downloadphp-waddiwasi-7380f5614bb262a57329c53714a148331efaa109.tar.gz
php-waddiwasi-7380f5614bb262a57329c53714a148331efaa109.tar.zst
php-waddiwasi-7380f5614bb262a57329c53714a148331efaa109.zip
test: Speed up test execution by removing test case dependencies
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index c2be1a0..6d78a81 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -3,7 +3,6 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
- executionOrder="depends,defects"
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true"