We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8fad commit b59701aCopy full SHA for b59701a
composer.json
@@ -19,7 +19,7 @@
19
"phing/phing": "2.16.1",
20
"php-parallel-lint/php-console-highlighter": "1.0",
21
"php-parallel-lint/php-parallel-lint": "1.3.2",
22
- "phpunit/phpunit": "7.5.1"
+ "phpunit/phpunit": "8.5.25"
23
},
24
"autoload": {
25
"psr-4": {
tests/.gitignore
@@ -0,0 +1 @@
1
+/.phpunit.result.cache
tests/phpunit.xml
@@ -8,6 +8,7 @@
8
beStrictAboutOutputDuringTests="true"
9
beStrictAboutTestsThatDoNotTestAnything="true"
10
beStrictAboutTodoAnnotatedTests="true"
11
+ convertDeprecationsToExceptions="true"
12
failOnRisky="true"
13
failOnWarning="true"
14
>
0 commit comments