Rename persistent_id to persistentId.

The new name is more consistent with other settings in CakePHP.
This commit is contained in:
mark_story 2013-08-31 13:15:53 -04:00
parent 0f9560c5cf
commit 9e8c4ad285
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ class MemcachedEngineTest extends CakeTestCase {
'probability' => 100,
'servers' => array('127.0.0.1'),
'persistent' => true,
'persistent_id' => 'mc',
'persistentId' => 'mc',
'compress' => false,
'engine' => 'Memcached',
'login' => null,