File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
4
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
4
xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
8
7
failOnRisky =" true"
9
8
failOnWarning =" true"
10
9
>
10
+ <coverage processUncoveredFiles =" true" >
11
+ <include >
12
+ <directory suffix =" .php" >./src</directory >
13
+ </include >
14
+ </coverage >
15
+
11
16
<php >
12
- <ini name =" error_reporting" value =" -1" />
13
- <server name =" KERNEL_CLASS" value =" Symfony\UX\TwigComponent\Tests\Fixtures\Kernel" />
17
+ <ini name =" error_reporting" value =" -1" />
18
+ <server name =" KERNEL_CLASS" value =" Symfony\UX\TwigComponent\Tests\Fixtures\Kernel" />
14
19
<server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
15
20
</php >
16
21
20
25
</testsuite >
21
26
</testsuites >
22
27
23
- <filter >
24
- <whitelist processUncoveredFilesFromWhitelist =" true" >
25
- <directory suffix =" .php" >./src</directory >
26
- </whitelist >
27
- </filter >
28
-
29
28
<listeners >
30
29
<listener class =" Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
31
30
</listeners >
You can’t perform that action at this time.
0 commit comments