mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixed failing test
This commit is contained in:
parent
2a1e4a2aae
commit
e5cc7d0f73
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class MemcacheEngineTest extends CakeTestCase {
|
|||
'compress' => false,
|
||||
'engine' => 'Memcache',
|
||||
'persistent' => true,
|
||||
'groups' => array()
|
||||
);
|
||||
$this->assertEquals($expecting, $settings);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue