mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 22:47:21 +00:00
Fix typo.
This commit is contained in:
@@ -52,8 +52,8 @@ class Twig_Tests_TokenStreamTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException Twig_Error_Syntax
|
||||
* @expectedMessage Unexpected end of template
|
||||
* @expectedException Twig_Error_Syntax
|
||||
* @expectedExceptionMessage Unexpected end of template
|
||||
*/
|
||||
public function testEndOfTemplateNext()
|
||||
{
|
||||
@@ -66,8 +66,8 @@ class Twig_Tests_TokenStreamTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException Twig_Error_Syntax
|
||||
* @expectedMessage Unexpected end of template
|
||||
* @expectedException Twig_Error_Syntax
|
||||
* @expectedExceptionMessage Unexpected end of template
|
||||
*/
|
||||
public function testEndOfTemplateLook()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user