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