Zend Framework

Wrong cache backend option name in unit tests

Details

  • Type: Unit Tests: Problem Unit Tests: Problem
  • Status: Resolved Resolved
  • Priority: Trivial 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 .

Activity

Hide
Darby Felton added a comment -

Resolved in trunk with SVN r8468.

Show
Darby Felton added a comment - Resolved in trunk with SVN r8468.
Hide
Darby Felton added a comment -

Resolved in release-1.5 branch with SVN r8469.

Show
Darby Felton added a comment - Resolved in release-1.5 branch with SVN r8469.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: