mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +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
|
* @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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user