Skip to content

Commit 32a4323

Browse files
committed
Fix incorrect PHPUnit config
1 parent f0caad2 commit 32a4323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</testsuite>
2121
</testsuites>
2222

23-
<coverage processUncoveredFiles="false">
23+
<coverage cacheDirectory="../.phpunit.cache/code-coverage" processUncoveredFiles="false">
2424
<include>
25-
<directory suffix=".php">src/</directory>
25+
<directory suffix=".php">../src/</directory>
2626
</include>
2727
<report>
2828
<!-- clover outputFile="build/clover.xml"/ -->

0 commit comments

Comments
 (0)