From 3155e9ce8e73e4011d542197f6ca9f3071f4f1ee Mon Sep 17 00:00:00 2001 From: uwetews Date: Mon, 25 Jul 2016 20:36:36 +0200 Subject: [PATCH] Update compiler error --- .../TemplateSource/TagTests/_Error/CompileErrorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php b/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php index 759188cf..7a00b131 100644 --- a/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php @@ -10,7 +10,7 @@ * class for compiler tests * * @runTestsInSeparateProcess - * @preserveGlobalState disabled + * @preserveGlobalState disabled * @backupStaticAttributes enabled */ class CompileErrorTest extends PHPUnit_Smarty @@ -27,7 +27,7 @@ class CompileErrorTest extends PHPUnit_Smarty /** * @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 */ public function testNoneExistingTemplateError()