Skip to content

Commit

Permalink
Fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 22, 2013
1 parent d46b305 commit 14beb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/Cache/Engine/MemcachedEngineTest.php
Expand Up @@ -297,7 +297,7 @@ public function testMsgpackSerializerThrowException() {
);

$this->setExpectedException(
'CacheException', 'msgpack is not a valid serializer engine for Memcached'
'Cake\Error\Exception', 'msgpack is not a valid serializer engine for Memcached'
);
$Memcached->init($settings);
}
Expand Down

0 comments on commit 14beb57

Please sign in to comment.