Skip to content

Commit 55046d7

Browse files
committed
Fix phpunit configuration
1 parent bfc5ec6 commit 55046d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpunit.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage includeUncoveredFiles="true" processUncoveredFiles="true">
4-
<include>
2+
<phpunit>
3+
<filter>
4+
<whitelist processUncoveredFilesFromWhitelist="true">
55
<directory suffix=".php">src</directory>
6-
</include>
7-
</coverage>
6+
</whitelist>
7+
</filter>
88
<testsuites>
99
<testsuite name="RKD Banklink Test Suite">
1010
<directory suffix=".php">./tests/</directory>

0 commit comments

Comments
 (0)