remove check of uid from exception result

This commit is contained in:
Uwe Tews
2015-08-01 14:10:37 +02:00
parent b829b94df8
commit 621d99643c
2 changed files with 0 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ class AttributeTest extends PHPUnit_Smarty
/**
* @expectedException SmartyCompilerException
* @expectedExceptionMessage Syntax error in template "b8ecd121bbbc031241b1116a9db691a759eceadf"
* @expectedExceptionMessage missing "var" attribute
* test required attribute
*/
@@ -37,7 +36,6 @@ class AttributeTest extends PHPUnit_Smarty
/**
* @expectedException SmartyCompilerException
* @expectedExceptionMessage Syntax error in template "46d3649920e0043f055702ef3ceef0ecdc44b892"
* @expectedExceptionMessage unexpected "bar" attribute
* test unexpected attribute
*/
@@ -48,7 +46,6 @@ class AttributeTest extends PHPUnit_Smarty
/**
* @expectedException SmartyCompilerException
* @expectedExceptionMessage Syntax error in template "d6c824b50e89d8fe12b393ae8ab68daeb7b6c240"
* @expectedExceptionMessage illegal value of option flag "nocache"
* test illegal option value
*/
@@ -59,7 +56,6 @@ class AttributeTest extends PHPUnit_Smarty
/**
* @expectedException SmartyCompilerException
* @expectedExceptionMessage Syntax error in template "a119616ffa139e7b1145b1cd36adbff7bc9be7cf"
* @expectedExceptionMessage too many shorthand attributes
* test too many shorthands
*/

View File

@@ -166,7 +166,6 @@ class ModifierTest extends PHPUnit_Smarty
/**
* @expectedException SmartyCompilerException
* @expectedExceptionMessage Syntax error in template "4d2e368c483a648d14bbd59592da92aff3b96a2f"
* @expectedExceptionMessage unknown modifier "unknown"
* test unknown modifier error
*/