summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/TreeBuildingRulesTest.php
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2014-05-12 08:44:29 +0200
committerAsmir Mustafic <[email protected]>2014-05-12 08:44:29 +0200
commitee034afa09131fa0352e3133febc84e67e57be63 (patch)
tree8ea2f217cadb7a7caa32b7483894ca76c5c2d96b /test/HTML5/Parser/TreeBuildingRulesTest.php
parentfbc3c7e214a4bbbc9e88eb574414a91a0faa2176 (diff)
PRS-4 tests
Diffstat (limited to 'test/HTML5/Parser/TreeBuildingRulesTest.php')
-rw-r--r--test/HTML5/Parser/TreeBuildingRulesTest.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/HTML5/Parser/TreeBuildingRulesTest.php b/test/HTML5/Parser/TreeBuildingRulesTest.php
index a247cea..b285073 100644
--- a/test/HTML5/Parser/TreeBuildingRulesTest.php
+++ b/test/HTML5/Parser/TreeBuildingRulesTest.php
@@ -3,11 +3,16 @@
* @file
* Test the Tree Builder's special-case rules.
*/
-namespace HTML5\Parser;
+namespace HTML5\Tests\Parser;
use HTML5\Elements;
+use HTML5\Parser\TreeBuildingRules;
+use HTML5\Parser\Tokenizer;
+use HTML5\Parser\Scanner;
+use HTML5\Parser\StringInputStream;
+use HTML5\Parser\DOMTreeBuilder;
+
-require_once __DIR__ . '/../TestCase.php';
/**
* These tests are functional, not necessarily unit tests.