Updated phpunit.xml.dist

This commit is contained in:
Francis Besset 2013-02-21 08:47:10 +01:00
parent 03f19a0e61
commit 67adf2e77a
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
build/*
phpunit.xml
vendor
*.swp

View File

@ -18,4 +18,21 @@
</testsuite>
</testsuites>
<!--
<logging>
<log type="coverage-html" target="build/coverage" />
</logging>
-->
<filter>
<whitelist>
<directory>.</directory>
<exclude>
<directory>Tests</directory>
<directory>vendor</directory>
<file>vendors.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>