We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e8242 commit 97fee21Copy full SHA for 97fee21
phpunit.xml.dist
@@ -5,6 +5,7 @@
5
beStrictAboutOutputDuringTests="true"
6
bootstrap="vendor/autoload.php"
7
colors="true"
8
+ convertDeprecationsToExceptions="true"
9
convertErrorsToExceptions="true"
10
convertNoticesToExceptions="true"
11
convertWarningsToExceptions="true"
vendor-bin/phpunit/composer.json
@@ -1,7 +1,7 @@
1
{
2
"require": {
3
"php": "^7.4.15 || ^8.0.2",
4
- "phpunit/phpunit": "^8.5.23 || ^9.5.12"
+ "phpunit/phpunit": "^9.5.12"
},
"config": {
"preferred-install": "dist"
0 commit comments