ZF-4572: Unittests error
Description
Tested under WinXP, PHP5.2.5, r11871
29) testDefaultHelperPath(Zend_ViewTest)
Failed asserting that is true.
30) testAddHelperPath(Zend_ViewTest)
Actual: array (
'Zend_View_Helper_' =>
array (
0 => 'Zend/View/Helper/',
1 => 'baz/',
2 => 'bar/',
3 => 'foo/',
),
)
Expected: array (
0 => 'Zend/View/Helper/',
1 => 'baz\\',
2 => 'bar\\',
3 => 'foo\\',
)
array key <<<<<<<<
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-10-14T07:31:20.000+0000
Fixed in trunk. Tests only failed against trunk, not 1.6 branch, and were due to changes in PluginLoader.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:12.000+0000
Changing issues in preparation for the 1.7.0 release.