File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- <phpunit
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.5/phpunit.xsd"
4
- beStrictAboutChangesToGlobalState =" true"
5
- cacheResult =" false"
6
- colors =" true"
7
- forceCoversAnnotation =" true"
8
- >
1
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.5/phpunit.xsd"
3
+ beStrictAboutChangesToGlobalState =" true"
4
+ beStrictAboutOutputDuringTests =" true"
5
+ beStrictAboutTodoAnnotatedTests =" true"
6
+ bootstrap =" vendor/autoload.php"
7
+ colors =" true"
8
+ convertDeprecationsToExceptions =" true"
9
+ forceCoversAnnotation =" true"
10
+ verbose =" true" >
9
11
<testsuites >
10
12
<testsuite name =" Project Test Suite" >
11
13
<directory >tests</directory >
You can’t perform that action at this time.
0 commit comments