We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8039267 commit 5934b3fCopy full SHA for 5934b3f
1 file changed
phpunit.xml.dist
@@ -5,25 +5,12 @@
5
executionOrder="random" failOnWarning="true" failOnRisky="true" failOnEmptyTestSuite="true"
6
beStrictAboutOutputDuringTests="true" cacheDirectory=".phpunit.cache"
7
backupStaticProperties="false">
8
- <php>
9
- <ini name="xdebug.mode" value="coverage" />
10
- <env name="XDEBUG_MODE" value="coverage" />
11
- </php>
12
-
13
<testsuites>
14
<testsuite name="SchantlDev Git Webhook">
15
<directory>tests</directory>
16
</testsuite>
17
</testsuites>
18
19
- <coverage>
20
- <report>
21
- <html outputDirectory="build/coverage" />
22
- <text outputFile="build/coverage.txt" />
23
- <clover outputFile="build/logs/clover.xml" />
24
- </report>
25
- </coverage>
26
27
<logging>
28
<junit outputFile="build/report.junit.xml" />
29
</logging>
0 commit comments