Explorar el Código

Update phpunit config to exclude tests from coverage report.

Justin Hileman hace 15 años
padre
commit
730c3a36e5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>