ZF-3696: testResetShouldResetSessionArray(Zend_Test_PHPUnit_ControllerTestCaseTest) unit test failure
Description
Unit tests fail with the following notification:
{panel} 5) testResetShouldResetSessionArray(Zend_Test_PHPUnit_ControllerTestCaseTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,5 +1,3 @@ Array ( - [foo] => bar - [bar] => baz ) {panel}
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-07T09:20:15.000+0000
Fixed in trunk and 1.6 release branch
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:41.000+0000
Updating for the 1.6.0 release.