File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
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 =" http://schema.phpunit.de/4.5/phpunit.xsd"
4
- backupGlobals =" true"
5
- backupStaticAttributes =" false"
6
- bootstrap =" vendor/autoload.php"
7
- cacheTokens =" false"
8
- colors =" true"
9
- verbose =" true" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
4
+ bootstrap =" vendor/autoload.php"
5
+ cacheDirectory =" .phpunit.cache"
6
+ executionOrder =" depends,defects"
7
+ requireCoverageMetadata =" true"
8
+ beStrictAboutCoverageMetadata =" true"
9
+ beStrictAboutOutputDuringTests =" true"
10
+ displayDetailsOnPhpunitDeprecations =" true"
11
+ failOnPhpunitDeprecation =" true"
12
+ failOnRisky =" true"
13
+ failOnWarning =" true" >
10
14
<testsuites >
11
- <testsuite name =" unit " >
15
+ <testsuite name =" default " >
12
16
<directory >tests</directory >
13
17
</testsuite >
14
18
</testsuites >
15
- <filter >
16
- <whitelist >
17
- <directory suffix =" .php" >src</directory >
18
- </whitelist >
19
- </filter >
19
+
20
+ <source restrictDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
21
+ <include >
22
+ <directory >src</directory >
23
+ </include >
24
+ </source >
20
25
</phpunit >
You can’t perform that action at this time.
0 commit comments