mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix test
This commit is contained in:
parent
72965f793c
commit
0a704cc288
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class MemcachedEngineTest extends CakeTestCase {
|
|||
*/
|
||||
public function testSettings() {
|
||||
$settings = Cache::settings('memcached');
|
||||
unset($settings['serialize'], $settings['path']);
|
||||
unset($settings['path']);
|
||||
$expecting = array(
|
||||
'prefix' => 'cake_',
|
||||
'duration' => 3600,
|
||||
|
|
Loading…
Reference in a new issue