From 2f941ff18eb9f87e84ba2768fbdaf969be9e9fd2 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 16 Apr 2013 09:39:41 -0400 Subject: Fixed the class name on the stringinputstream tests. --- test/HTML5/Parser/StringInputStreamTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/HTML5/Parser/StringInputStreamTest.php') 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. -- cgit v1.2.3