mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
Update compiler error
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
* class for compiler tests
|
* class for compiler tests
|
||||||
*
|
*
|
||||||
* @runTestsInSeparateProcess
|
* @runTestsInSeparateProcess
|
||||||
* @preserveGlobalState disabled
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileErrorTest extends PHPUnit_Smarty
|
class CompileErrorTest extends PHPUnit_Smarty
|
||||||
@@ -27,7 +27,7 @@ class CompileErrorTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @expectedException SmartyException
|
* @expectedException SmartyException
|
||||||
* @expectedExceptionMessage Unable to load template file 'no.tpl' in 'eval:{include file='no.tpl'}'
|
* @expectedExceptionMessage no.tpl
|
||||||
* test none existing template file error
|
* test none existing template file error
|
||||||
*/
|
*/
|
||||||
public function testNoneExistingTemplateError()
|
public function testNoneExistingTemplateError()
|
||||||
|
Reference in New Issue
Block a user