Explorar o código

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

Justin Hileman %!s(int64=15) %!d(string=hai) anos
pai
achega
a50acc2b25
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>