Skip to content

Commit be6b1e7

Browse files
Update PHPUnit configuration
1 parent e9a3c44 commit be6b1e7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

phpunit.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
44
bootstrap="tests/bootstrap.php"
5+
cacheDirectory=".phpunit.cache"
56
executionOrder="depends,defects"
67
beStrictAboutOutputDuringTests="true"
78
beStrictAboutTodoAnnotatedTests="true"
89
colors="true"
9-
verbose="true"
10-
cacheResultFile=".phpunit.cache/test-results">
10+
verbose="true">
1111
<testsuites>
1212
<testsuite name="default">
13-
<directory suffix="Test.php">tests/tests</directory>
13+
<directory>tests/tests</directory>
1414
</testsuite>
1515
</testsuites>
1616

17-
<coverage cacheDirectory=".phpunit.cache/code-coverage"
18-
processUncoveredFiles="true">
17+
<coverage>
1918
<include>
2019
<directory suffix=".php">src</directory>
2120
</include>

0 commit comments

Comments
 (0)