We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0caad2 commit 32a4323Copy full SHA for 32a4323
.config/phpunit.xml.dist
@@ -20,9 +20,9 @@
20
</testsuite>
21
</testsuites>
22
23
- <coverage processUncoveredFiles="false">
+ <coverage cacheDirectory="../.phpunit.cache/code-coverage" processUncoveredFiles="false">
24
<include>
25
- <directory suffix=".php">src/</directory>
+ <directory suffix=".php">../src/</directory>
26
</include>
27
<report>
28
<!-- clover outputFile="build/clover.xml"/ -->
0 commit comments