File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7 .5/phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8 .5/phpunit.xsd"
5
4
bootstrap =" vendor/autoload.php"
6
5
colors =" true"
7
- >
6
+ executionOrder =" depends,defects"
7
+ forceCoversAnnotation =" false"
8
+ beStrictAboutCoversAnnotation =" true"
9
+ beStrictAboutOutputDuringTests =" true"
10
+ beStrictAboutTodoAnnotatedTests =" true"
11
+ verbose =" true" >
8
12
9
13
<testsuites >
10
14
<testsuite name =" DarkWeb Design Symfony Add-on Constraints Test Suite" >
13
17
</testsuites >
14
18
15
19
<filter >
16
- <whitelist >
17
- <directory >src</directory >
20
+ <whitelist processUncoveredFilesFromWhitelist = " true " >
21
+ <directory suffix = " .php " >src</directory >
18
22
</whitelist >
19
23
</filter >
20
24
You can’t perform that action at this time.
0 commit comments