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