Skip to content

Commit 423c334

Browse files
committed
Fix bug in directory whitelist. Run phpunit --coverage-html to reproduce the error.
1 parent 3bc7f98 commit 423c334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</testsuites>
1616
<filter>
1717
<whitelist>
18-
<directory suffix=".php">../Classes</directory>
18+
<directory suffix=".php">./Classes</directory>
1919
</whitelist>
2020
</filter>
2121
</phpunit>

0 commit comments

Comments
 (0)