Skip to content

Commit 58f3d89

Browse files
Merge branch '10.1'
2 parents b260ac8 + 6eb796f commit 58f3d89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"theseer/tokenizer": "^1.2.3"
4545
},
4646
"require-dev": {
47-
"phpunit/phpunit": "^11.0"
47+
"phpunit/phpunit": "^11.3"
4848
},
4949
"suggest": {
5050
"ext-pcov": "PHP extension that provides line coverage",

phpunit.xml

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
bootstrap="tests/bootstrap.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
7+
shortenArraysForExportThreshold="10"
78
beStrictAboutOutputDuringTests="true"
9+
displayDetailsOnPhpunitDeprecations="true"
10+
failOnPhpunitDeprecation="true"
811
failOnRisky="true"
912
failOnWarning="true"
1013
colors="true">

0 commit comments

Comments
 (0)