summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/StringInputStreamTest.php
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-04-16 09:39:41 -0400
committerMatt Farina <[email protected]>2013-04-16 09:39:41 -0400
commit2f941ff18eb9f87e84ba2768fbdaf969be9e9fd2 (patch)
tree5d8ac4600a87973e6d344c711679516f48be98ac /test/HTML5/Parser/StringInputStreamTest.php
parent2af1f6ef4f50a22861a8ec78ed2defb72913cab7 (diff)
Fixed the class name on the stringinputstream tests.
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.