فهرست منبع

Merge branch 'feature/test-coverage' of github.com:bobthecow/mustache.php into feature/test-coverage

Justin Hileman 15 سال پیش
والد
کامیت
e709be6d90
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>