summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/StringInputStreamTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML5/Parser/StringInputStreamTest.php')
-rw-r--r--test/HTML5/Parser/StringInputStreamTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Parser/StringInputStreamTest.php b/test/HTML5/Parser/StringInputStreamTest.php
index 86b52b7..46c70c4 100644
--- a/test/HTML5/Parser/StringInputStreamTest.php
+++ b/test/HTML5/Parser/StringInputStreamTest.php
@@ -5,7 +5,7 @@ use \HTML5\Parser\StringInputStream;
require_once __DIR__ . '/../TestCase.php';
-class InputStreamTest extends \HTML5\Tests\TestCase {
+class StringInputStreamTest extends \HTML5\Tests\TestCase {
/**
* A canary test to make sure the basics are setup and working.