Update compiler error

This commit is contained in:
uwetews
2016-07-25 20:36:36 +02:00
parent 419bfe2bc2
commit 3155e9ce8e

View File

@@ -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()