mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 18:12:40 +00:00
Rename persistent_id to persistentId.
The new name is more consistent with other settings in CakePHP.
This commit is contained in:
parent
0f9560c5cf
commit
9e8c4ad285
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue