summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/TokenizerTest.php
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-05-15 10:23:49 -0400
committerMatt Farina <[email protected]>2014-05-15 10:23:49 -0400
commit692140c902df735c6de2aa0863a4334f585f5f95 (patch)
tree7b21e902caa5da544f6f386ae1bad7f5d0264c01 /test/HTML5/Parser/TokenizerTest.php
parent08711d17ad0dc08626347da9f48b477e2c717925 (diff)
parent30aa8a64547d2f1770489133b96269e9d5907a9a (diff)
Merge pull request #34 from goetas/prs-tests
Fixes the testing errors and makes the tests PSR compatible
Diffstat (limited to 'test/HTML5/Parser/TokenizerTest.php')
-rw-r--r--test/HTML5/Parser/TokenizerTest.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/HTML5/Parser/TokenizerTest.php b/test/HTML5/Parser/TokenizerTest.php
index 4ca8ed3..54f9786 100644
--- a/test/HTML5/Parser/TokenizerTest.php
+++ b/test/HTML5/Parser/TokenizerTest.php
@@ -1,7 +1,10 @@
<?php
-namespace HTML5\Parser;
-require_once __DIR__ . '/../TestCase.php';
-require 'EventStack.php';
+namespace HTML5\Tests\Parser;
+
+use HTML5\Parser\UTF8Utils;
+use HTML5\Parser\StringInputStream;
+use HTML5\Parser\Scanner;
+use HTML5\Parser\Tokenizer;
class TokenizerTest extends \HTML5\Tests\TestCase {
// ================================================================