Cheezy phpunit config, allows colored test results and implied default tests.

This commit is contained in:
Justin Hileman
2010-06-10 00:16:08 -04:00
parent a46d0009ee
commit a50acc2b25
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuite name="Mustache">
<directory>./</directory>
</testsuite>
</phpunit>