瀏覽代碼

Update phpunit config to exclude tests from coverage report.

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

+ 4 - 0
test/phpunit.xml

@@ -3,4 +3,8 @@
 	<testsuite name="Mustache">
 		<directory>./</directory>
 	</testsuite>
+	<blacklist>
+		<directory suffix=".php">../examples</directory>
+		<directory suffix=".php">./</directory>
+	</blacklist>
 </phpunit>