Skip to content

Commit 0432dfd

Browse files
committed
Update phpunit.xml
1 parent 29fe12a commit 0432dfd

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tests/phpunit.xml

+7-8
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" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" bootstrap="./bootstrap.php" verbose="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage processUncoveredFiles="false">
4-
<include>
5-
<directory suffix=".php">../src/</directory>
6-
</include>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" colors="true" bootstrap="./bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
3+
<coverage>
74
<report>
85
<html outputDirectory="../build/coverage"/>
96
</report>
@@ -20,7 +17,9 @@
2017
<group>functional</group>
2118
</exclude>
2219
</groups>
23-
<listeners>
24-
<listener class="VCR\PHPUnit\TestListener\VCRTestListener" file="vendor/covergenius/phpunit-testlistener-vcr/src/VCRTestListener.php"/>
25-
</listeners>
20+
<source>
21+
<include>
22+
<directory suffix=".php">../src/</directory>
23+
</include>
24+
</source>
2625
</phpunit>

0 commit comments

Comments
 (0)