Skip to content

Commit d1e027a

Browse files
committed
update phpunit.xml config
1 parent c065e45 commit d1e027a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

phpunit.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" executionOrder="defects" cacheDirectory=".phpunit.cache">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" executionOrder="defects" cacheDirectory=".phpunit.cache">
33
<coverage includeUncoveredFiles="true">
4-
<include>
5-
<directory suffix=".php">./src</directory>
6-
</include>
74
<report>
85
<clover outputFile="build/logs/clover.xml"/>
96
<html outputDirectory="build/logs/html"/>
@@ -21,4 +18,9 @@
2118
<testdoxText outputFile="build/logs/testdox.txt"/>
2219
<junit outputFile="build/logs/logfile.xml"/>
2320
</logging>
21+
<source>
22+
<include>
23+
<directory suffix=".php">./src</directory>
24+
</include>
25+
</source>
2426
</phpunit>

0 commit comments

Comments
 (0)