Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit f43435b

Browse files
committed
Update compiler error
1 parent b34e16c commit f43435b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* class for compiler tests
1111
*
1212
* @runTestsInSeparateProcess
13-
* @preserveGlobalState disabled
13+
* @preserveGlobalState disabled
1414
* @backupStaticAttributes enabled
1515
*/
1616
class CompileErrorTest extends PHPUnit_Smarty
@@ -27,7 +27,7 @@ public function testInit()
2727

2828
/**
2929
* @expectedException SmartyException
30-
* @expectedExceptionMessage Unable to load template file 'no.tpl' in 'eval:{include file='no.tpl'}'
30+
* @expectedExceptionMessage no.tpl
3131
* test none existing template file error
3232
*/
3333
public function testNoneExistingTemplateError()

0 commit comments

Comments
 (0)