Skip to content

Commit d1f34fc

Browse files
committed
Merge pull request #91 from ivanlanin/develop
Fix bug in directory whitelist
2 parents 3bc7f98 + 423c334 commit d1f34fc

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)