소스 검색

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>