Fix typo.

This commit is contained in:
SpacePossum
2017-01-19 14:08:47 +01:00
parent 9b3796b140
commit 61d31c8fef
+4 -4
View File
@@ -52,8 +52,8 @@ class Twig_Tests_TokenStreamTest extends PHPUnit_Framework_TestCase
} }
/** /**
* @expectedException Twig_Error_Syntax * @expectedException Twig_Error_Syntax
* @expectedMessage Unexpected end of template * @expectedExceptionMessage Unexpected end of template
*/ */
public function testEndOfTemplateNext() public function testEndOfTemplateNext()
{ {
@@ -66,8 +66,8 @@ class Twig_Tests_TokenStreamTest extends PHPUnit_Framework_TestCase
} }
/** /**
* @expectedException Twig_Error_Syntax * @expectedException Twig_Error_Syntax
* @expectedMessage Unexpected end of template * @expectedExceptionMessage Unexpected end of template
*/ */
public function testEndOfTemplateLook() public function testEndOfTemplateLook()
{ {