Преглед изворни кода

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>