mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 01:52:40 +00:00
Fixed test
This commit is contained in:
parent
22d9cd8a00
commit
c29d2abf69
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class MemcachedEngineTest extends CakeTestCase {
|
|||
);
|
||||
|
||||
$this->setExpectedException(
|
||||
'CacheException', 'Memcached extension is not compiled with msgpack support'
|
||||
'CacheException', 'msgpack is not a valid serializer engine for Memcached'
|
||||
);
|
||||
$Memcached->init($settings);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue