ZF-10842: Test path default ZendX to plugins resources never fails
Description
This test never fails :
echo count(false); // 1
echo count(array(0 => 'ZendX/Application/Resource/')); // 1
var_dump(count(false) === count(array(0 => 'ZendX/Application/Resource/'))); // bool(true)
Comments
Posted by Benoît Durand (intiilapa) on 2010-12-17T11:03:45.000+0000
r23533
Posted by Matthew Weier O'Phinney (matthew) on 2010-12-30T09:40:59.000+0000
Re-opening to assign different version.