summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--phpunit.xml.dist7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 81df747..9f840dd 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -5,6 +5,13 @@
<directory>test/HTML5/</directory>
</testsuite>
</testsuites>
+ <filter>
+ <blacklist>
+ <file>src/HTML5/Parser/InputStream.php</file>
+ <file>src/HTML5/Serializer/RulesInterface.php</file>
+ <file>src/HTML5/Entities.php</file>
+ </blacklist>
+ </filter>
<logging>
<log
type="coverage-html"