File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" test/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3
- <coverage >
4
- <include >
5
- <directory suffix =" .php" >src</directory >
6
- </include >
7
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" test/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3
+ <coverage />
8
4
<testsuites >
9
5
<testsuite name =" Application" >
10
6
<directory >test</directory >
11
7
</testsuite >
12
8
</testsuites >
13
9
<logging />
10
+ <source >
11
+ <include >
12
+ <directory suffix =" .php" >src</directory >
13
+ </include >
14
+ </source >
14
15
</phpunit >
You can’t perform that action at this time.
0 commit comments