Fix bug in directory whitelist. Run `phpunit --coverage-html` to reproduce the error.

This commit is contained in:
Ivan Lanin 2014-03-08 12:12:08 +07:00
parent 3bc7f98a64
commit 423c334971
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">../Classes</directory>
<directory suffix=".php">./Classes</directory>
</whitelist>
</filter>
</phpunit>