File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
5
- backupGlobals =" false"
6
- colors =" true"
7
- bootstrap =" vendor/autoload.php"
8
- failOnRisky =" true"
9
- failOnWarning =" true" >
10
- <coverage >
11
- <include >
12
- <directory >./src</directory >
13
- </include >
14
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" failOnRisky =" true" failOnWarning =" true" >
15
3
<php >
16
4
<ini name =" error_reporting" value =" -1" />
17
5
</php >
20
8
<directory >./tests/</directory >
21
9
</testsuite >
22
10
</testsuites >
11
+ <source >
12
+ <include >
13
+ <directory >./src</directory >
14
+ </include >
15
+ </source >
23
16
</phpunit >
You can’t perform that action at this time.
0 commit comments