Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Zend_Memory: backends naming processing improvement. ZF-9023.
Browse files Browse the repository at this point in the history
git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20804 44c647ce-9c0f-0410-b52a-842ac1e357ba
  • Loading branch information
alexander committed Feb 1, 2010
1 parent f77ec35 commit 485628f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/MemoryManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ public function testCreation()
}


/**
* tests the Memory Manager backends naming processing
*
* @group ZF-9023
*/
public function testBackendNamingProcessing()
{
/** 'File' backend */
$backendOptions = array('cache_dir' => $this->cacheDir); // Directory where to put the cache files
$memoryManager = Zend_Memory::factory('fIlE', $backendOptions);
}

/**
* tests the Memory Manager settings
*/
Expand Down

0 comments on commit 485628f

Please sign in to comment.