File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <phpunit colors =" true" bootstrap =" tests/bootstrap.php" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ colors =" true"
4
+ bootstrap =" tests/bootstrap.php"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
6
+ >
4
7
<testsuites >
5
8
<testsuite name =" DoctrineBundle for the Symfony Framework" >
6
9
<directory >./tests</directory >
11
14
<env name =" SYMFONY_DEPRECATIONS_HELPER" value =" ignoreFile=./tests/baseline-ignore" />
12
15
</php >
13
16
14
- <filter >
15
- <whitelist >
17
+ <coverage >
18
+ <include >
16
19
<directory >src</directory >
17
- </whitelist >
18
- </filter >
20
+ </include >
21
+ </coverage >
19
22
20
23
<listeners >
21
24
<listener class =" Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
You can’t perform that action at this time.
0 commit comments