Details
-
Type:
Unit Tests: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.5.0
-
Component/s: Zend_Memory
-
Labels:None
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
.
Resolved in trunk with SVN r8468.