summaryrefslogtreecommitdiff
path: root/test/HTML5/Serializer/TraverserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML5/Serializer/TraverserTest.php')
-rw-r--r--test/HTML5/Serializer/TraverserTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/HTML5/Serializer/TraverserTest.php b/test/HTML5/Serializer/TraverserTest.php
index 5816bfc..7f5f5ed 100644
--- a/test/HTML5/Serializer/TraverserTest.php
+++ b/test/HTML5/Serializer/TraverserTest.php
@@ -1,12 +1,10 @@
<?php
-namespace HTML5\Tests;
+namespace HTML5\Tests\Serializer;
use \HTML5\Serializer\OutputRules;
use \HTML5\Serializer\Traverser;
use \HTML5\Parser;
-require_once __DIR__ . '/../TestCase.php';
-
class TraverserTest extends \HTML5\Tests\TestCase {
protected $markup = '<!doctype html>
@@ -22,7 +20,7 @@ class TraverserTest extends \HTML5\Tests\TestCase {
/**
* Using reflection we make a protected method accessible for testing.
- *
+ *
* @param string $name
* The name of the method on the Traverser class to test.
*