File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
4
4
bootstrap =" tests/bootstrap.php"
5
+ cacheDirectory =" .phpunit.cache"
5
6
executionOrder =" depends,defects"
6
7
beStrictAboutOutputDuringTests =" true"
7
8
beStrictAboutTodoAnnotatedTests =" true"
8
9
colors =" true"
9
- verbose =" true"
10
- cacheResultFile =" .phpunit.cache/test-results" >
10
+ verbose =" true" >
11
11
<testsuites >
12
12
<testsuite name =" default" >
13
- <directory suffix = " Test.php " >tests/tests</directory >
13
+ <directory >tests/tests</directory >
14
14
</testsuite >
15
15
</testsuites >
16
16
17
- <coverage cacheDirectory =" .phpunit.cache/code-coverage"
18
- processUncoveredFiles =" true" >
17
+ <coverage >
19
18
<include >
20
19
<directory suffix =" .php" >src</directory >
21
20
</include >
You can’t perform that action at this time.
0 commit comments