File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 33 xsi : noNamespaceSchemaLocation =" tools/phpunit/vendor/phpunit/phpunit/phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 cacheResultFile =" .phpunit.cache/test-results"
6+ cacheDirectory =" .phpunit.cache"
67 executionOrder =" depends,defects"
78 requireCoverageMetadata =" true"
89 beStrictAboutCoverageMetadata =" true"
910 beStrictAboutOutputDuringTests =" true"
11+ beStrictAboutChangesToGlobalState =" true"
1012 beStrictAboutTodoAnnotatedTests =" true"
13+ beStrictAboutTestsThatDoNotTestAnything =" true"
14+ displayDetailsOnIncompleteTests =" true"
15+ displayDetailsOnSkippedTests =" true"
16+ displayDetailsOnTestsThatTriggerNotices =" false"
17+ displayDetailsOnTestsThatTriggerDeprecations =" true"
18+ displayDetailsOnTestsThatTriggerWarnings =" true"
19+ displayDetailsOnTestsThatTriggerErrors =" true"
1120 failOnRisky =" true"
1221 failOnWarning =" true"
22+ failOnSkipped =" false"
1323 defaultTestSuite =" default"
1424>
1525 <testsuites >
Original file line number Diff line number Diff line change 66 "php" : " ^8.1.31"
77 },
88 "require-dev" : {
9- "phpunit/phpunit" : " 10.5.41 " ,
9+ "phpunit/phpunit" : " 10.5.45||11.5.7||12.0.2 " ,
1010 "roave/security-advisories" : " dev-latest"
1111 },
1212 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments