Update phpunit config to exclude tests from coverage report.

This commit is contained in:
Justin Hileman
2010-11-26 14:03:45 -05:00
parent d026315a2c
commit 730c3a36e5
+4
View File
@@ -3,4 +3,8 @@
<testsuite name="Mustache"> <testsuite name="Mustache">
<directory>./</directory> <directory>./</directory>
</testsuite> </testsuite>
<blacklist>
<directory suffix=".php">../examples</directory>
<directory suffix=".php">./</directory>
</blacklist>
</phpunit> </phpunit>