Security update for Core, with self-updated composer
[yaffs-website] / vendor / masterminds / html5 / phpunit.xml.dist
diff --git a/vendor/masterminds/html5/phpunit.xml.dist b/vendor/masterminds/html5/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..f36cf11
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit colors="true" bootstrap="vendor/autoload.php">
+    <testsuites>
+        <testsuite name="PHPUnit">
+          <directory>test/HTML5/</directory>
+        </testsuite>
+    </testsuites>
+    <filter>
+        <blacklist>
+            <file>systemlib.phpreflection_hni</file>
+            <file>src/HTML5/Parser/InputStream.php</file>
+            <file>src/HTML5/Serializer/RulesInterface.php</file>
+            <file>src/HTML5/Entities.php</file>
+            <file>src/HTML5/Serializer/HTML5Entities.php</file> 
+        </blacklist>
+    </filter>
+</phpunit>