summaryrefslogtreecommitdiff
path: root/test/HTML5
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-19 18:34:32 -0500
committerTechnosophos <[email protected]>2013-04-19 18:34:32 -0500
commitda188b7251d151ae56773d7b1a3bb88a774fbdf3 (patch)
tree1551b808e6aa405b901c0b0c1523ef74681505d1 /test/HTML5
parent3abbd5f597060533118897889e05b104fa7597be (diff)
Stubs for tree builder and tests.
Diffstat (limited to 'test/HTML5')
-rw-r--r--test/HTML5/Parser/DOMTreeBuilderTest.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/HTML5/Parser/DOMTreeBuilderTest.php b/test/HTML5/Parser/DOMTreeBuilderTest.php
new file mode 100644
index 0000000..6ffae75
--- /dev/null
+++ b/test/HTML5/Parser/DOMTreeBuilderTest.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * @file
+ * Test the Scanner. This requires the InputStream tests are all good.
+ */
+namespace HTML5\Parser;
+
+require_once __DIR__ . '/../TestCase.php';
+
+class DOMTreeParserTest extends \HTML5\Tests\TestCase {
+}