From 1a5654040fbcd5f1d598378ccc39647e7a5543f5 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 2 Aug 2015 21:02:56 +0200 Subject: [PATCH] fix exception results --- .../TemplateSource/TagTests/_Error/CompileErrorTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php b/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php index ca561774..4c9ac6c2 100644 --- a/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/_Error/CompileErrorTest.php @@ -35,7 +35,6 @@ class CompileErrorTest extends PHPUnit_Smarty /** * @expectedException SmartyCompilerException - * @expectedExceptionMessage Syntax error in template "2510bcd51cbc69725f2c3d3484b2c70c00ddaeba" * @expectedExceptionMessage unknown tag "unknown" * test unkown tag error */ @@ -56,7 +55,6 @@ class CompileErrorTest extends PHPUnit_Smarty /** * @expectedException SmartyCompilerException - * @expectedExceptionMessage Syntax error in template "599a9cf0e3623a3206bd02a0f5c151d5f5f3f69e" * @expectedExceptionMessage Unexpected "}" * test syntax error */