瀏覽代碼

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

Justin Hileman 15 年之前
父節點
當前提交
a50acc2b25
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      test/phpunit.xml

+ 6 - 0
test/phpunit.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit colors="true">
+	<testsuite name="Mustache">
+		<directory>./</directory>
+	</testsuite>
+</phpunit>