summaryrefslogtreecommitdiff
path: root/test/HTML5/Serializer/TraverserTest.php
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-23 09:29:40 -0500
committerTechnosophos <[email protected]>2013-04-23 09:29:40 -0500
commitfc75691b0a834d19bb9b3a4cd4f0a2803a48f6e4 (patch)
tree7f6e8f8caaa1bce0dbd7b1ead2097bb86cf27e5c /test/HTML5/Serializer/TraverserTest.php
parent48cbec335c4b2e1f63b79ebd632b3988e4c3bd89 (diff)
parenta18cd857b0d1186831b386d6aa52c37212671e02 (diff)
Merge branch 'master' of github.com:technosophos/HTML5-PHP
Diffstat (limited to 'test/HTML5/Serializer/TraverserTest.php')
-rw-r--r--test/HTML5/Serializer/TraverserTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/HTML5/Serializer/TraverserTest.php b/test/HTML5/Serializer/TraverserTest.php
index 0717a75..059b314 100644
--- a/test/HTML5/Serializer/TraverserTest.php
+++ b/test/HTML5/Serializer/TraverserTest.php
@@ -2,6 +2,7 @@
namespace HTML5\Tests;
use \HTML5\Serializer\Traverser;
+use \HTML5\Parser;
require_once __DIR__ . '/../TestCase.php';