diff --git a/tests/UnitTests/A_Core/Filter/FilterTest.php b/tests/UnitTests/A_Core/Filter/FilterTest.php index c66be538..41ea54d0 100644 --- a/tests/UnitTests/A_Core/Filter/FilterTest.php +++ b/tests/UnitTests/A_Core/Filter/FilterTest.php @@ -189,6 +189,7 @@ class FilterTest extends PHPUnit_Smarty * test registered pre filter closure * @requires PHP 5.3 */ + /** public function testRegisteredPreFilterClosure() { if (version_compare(PHP_VERSION,'5.3','<')) @@ -202,7 +203,7 @@ class FilterTest extends PHPUnit_Smarty $tpl->assign('foo', 'buh'); $this->assertEquals("buh hello world", $this->smarty->fetch($tpl)); } - +*/ /** * test registered pre filter class */