We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build/
1 parent 6029fa2 commit 8da9b5bCopy full SHA for 8da9b5b
1 file changed
.config/phpunit.xml.dist
@@ -7,7 +7,7 @@
7
beStrictAboutOutputDuringTests="true"
8
beStrictAboutTodoAnnotatedTests="true"
9
bootstrap="../vendor/autoload.php"
10
- cacheResultFile="../.phpunit.cache/test-results"
+ cacheResultFile="../build/.phpunit.cache/test-results"
11
convertDeprecationsToExceptions="true"
12
failOnRisky="true"
13
failOnWarning="true"
@@ -20,7 +20,7 @@
20
</testsuite>
21
</testsuites>
22
23
- <coverage cacheDirectory="../.phpunit.cache/code-coverage" processUncoveredFiles="false">
+ <coverage cacheDirectory="../build/.phpunit.cache/code-coverage" processUncoveredFiles="false">
24
<include>
25
<directory suffix=".php">../src/</directory>
26
</include>
0 commit comments