summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/EventStack.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML5/Parser/EventStack.php')
-rw-r--r--test/HTML5/Parser/EventStack.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/HTML5/Parser/EventStack.php b/test/HTML5/Parser/EventStack.php
index acbe3f5..050cb5a 100644
--- a/test/HTML5/Parser/EventStack.php
+++ b/test/HTML5/Parser/EventStack.php
@@ -1,8 +1,8 @@
<?php
-namespace HTML5\Tests\Parser;
+namespace Masterminds\HTML5\Tests\Parser;
-use HTML5\Elements;
-use HTML5\Parser\EventHandler;
+use Masterminds\HTML5\Elements;
+use Masterminds\HTML5\Parser\EventHandler;
/**
* This testing class gathers events from a parser and builds a stack of events.