File tree 2 files changed +16
-26
lines changed
2 files changed +16
-26
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- bootstrap =" vendor/autoload.php"
4
- colors =" true"
5
- processIsolation =" false"
6
- stopOnFailure =" false"
7
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
8
- cacheDirectory =" .phpunit.cache"
9
- >
10
- <coverage >
11
- <include >
12
- <directory suffix =" .php" >./src</directory >
13
- </include >
14
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" colors =" true"
3
+ processIsolation =" false" stopOnFailure =" false"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
15
5
<testsuites >
16
6
<testsuite name =" Test suite" >
17
7
<directory suffix =" Test.php" >./tests</directory >
18
8
</testsuite >
19
9
</testsuites >
10
+ <source >
11
+ <include >
12
+ <directory suffix =" .php" >./src</directory >
13
+ </include >
14
+ </source >
20
15
</phpunit >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- bootstrap =" vendor/autoload.php"
4
- colors =" true"
5
- processIsolation =" false"
6
- stopOnFailure =" false"
7
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
8
- cacheDirectory =" .phpunit.cache"
9
- >
10
- <coverage >
11
- <include >
12
- <directory suffix =" .php" >./src</directory >
13
- </include >
14
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" colors =" true"
3
+ processIsolation =" false" stopOnFailure =" false"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
15
5
<testsuites >
16
6
<testsuite name =" Test suite" >
17
7
<directory suffix =" Test.php" >./tests</directory >
18
8
</testsuite >
19
9
</testsuites >
10
+ <source >
11
+ <include >
12
+ <directory suffix =" .php" >./src</directory >
13
+ </include >
14
+ </source >
20
15
</phpunit >
You can’t perform that action at this time.
0 commit comments