Prechádzať zdrojové kódy

Update phpunit config to exclude tests from coverage report.

Justin Hileman 15 rokov pred
rodič
commit
730c3a36e5
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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>