We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b260ac8 + 6eb796f commit 58f3d89Copy full SHA for 58f3d89
composer.json
@@ -44,7 +44,7 @@
44
"theseer/tokenizer": "^1.2.3"
45
},
46
"require-dev": {
47
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^11.3"
48
49
"suggest": {
50
"ext-pcov": "PHP extension that provides line coverage",
phpunit.xml
@@ -4,7 +4,10 @@
4
bootstrap="tests/bootstrap.php"
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
+ shortenArraysForExportThreshold="10"
8
beStrictAboutOutputDuringTests="true"
9
+ displayDetailsOnPhpunitDeprecations="true"
10
+ failOnPhpunitDeprecation="true"
11
failOnRisky="true"
12
failOnWarning="true"
13
colors="true">
0 commit comments