ZF-4836: testShouldAllowSpecifyingSpecificElementsToDecorate(Zend_Form_FormTest) and testShouldAllowSpecifyingListOfElementsNotToDecorate(Zend_Form_FormTest)
Description
{panel} 8) testShouldAllowSpecifyingSpecificElementsToDecorate(Zend_Form_FormTest) Failed asserting that Zend_Form_Decorator_Description Object ( [_escape:protected] => [_placement:protected] => APPEND [_tag:protected] => [_element:protected] => [_options:protected] => Array ( [tag] => p [class] => description )
[_separator:protected] =>
) is false.
9) testShouldAllowSpecifyingListOfElementsNotToDecorate(Zend_Form_FormTest) Failed asserting that Zend_Form_Decorator_Description Object ( [_escape:protected] => [_placement:protected] => APPEND [_tag:protected] => [_element:protected] => [_options:protected] => Array ( [tag] => p [class] => description )
[_separator:protected] =>
) is false. {panel}
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-11-06T11:26:17.000+0000
What OS, what version of PHP? This test passes for me on PHP 5.2.6 under linux.
Posted by Alexander Veremyev (alexander) on 2008-11-06T11:46:12.000+0000
Fedora Core 8, PHP 5.2.5.
Posted by Alexander Veremyev (alexander) on 2008-11-06T11:46:55.000+0000
PS Changes came in last two hours.
Posted by Matthew Weier O'Phinney (matthew) on 2008-11-11T11:05:04.000+0000
Fixed in r12564
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:15.000+0000
Changing issues in preparation for the 1.7.0 release.