ZF-2100: Wrong cache backend option name in unit tests
Description
In trunk/tests:
./Zend/Memory/AccessControllerTest.php:39: $backendOptions = array('cacheDir' => dirname(__FILE__) . '/_files/'); // Directory where to put the cache files
./Zend/Memory/MemoryManagerTest.php:33: $backendOptions = array('cacheDir' => dirname(__FILE__) . '/_files/'); // Directory where to put the cache files
./Zend/Memory/MemoryManagerTest.php:45: $backendOptions = array('cacheDir' => dirname(__FILE__) . '/_files/'); // Directory where to put the cache files
./Zend/Memory/MemoryManagerTest.php:65: $backendOptions = array('cacheDir' => dirname(__FILE__) . '/_files/'); // Directory where to put the cache files
./Zend/Memory/MemoryManagerTest.php:92: $backendOptions = array('cacheDir' => dirname(__FILE__) . '/_files/'); // Directory where to put the cache files
./Zend/Memory/MemoryTest.php:38: $backendOptions = array('cacheDir' => dirname(__FILE__) . '/_files/'); // Directory where to put the cache files
The documented option names have changed from camelCase to under_score (?).
Comments
Posted by Darby Felton (darby) on 2008-02-29T11:57:35.000+0000
Resolved in trunk with SVN r8468.
Posted by Darby Felton (darby) on 2008-02-29T12:02:52.000+0000
Resolved in release-1.5 branch with SVN r8469.