Skip to content

Commit 268e96e

Browse files
committed
chore: Updated phpunit config
1 parent b0dd327 commit 268e96e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
stopOnFailure="false">
1212
<testsuites>
1313
<testsuite name="Pushbullet Notification Channel Test Suite">
14-
<directory>tests</directory>
14+
<directory suffix="Test.php">tests</directory>
1515
</testsuite>
1616
</testsuites>
17+
1718
<filter>
18-
<whitelist>
19-
<directory suffix=".php">src/</directory>
19+
<whitelist processUncoveredFilesFromWhitelist="true">
20+
<directory suffix=".php">src</directory>
2021
</whitelist>
2122
</filter>
23+
2224
<logging>
2325
<log type="tap" target="build/report.tap"/>
2426
<log type="junit" target="build/report.junit.xml"/>

0 commit comments

Comments
 (0)