mirror of
https://github.com/predis/predis.git
synced 2026-08-29 19:55:45 +00:00
Fix and reword some exception messages.
This commit is contained in:
@@ -103,7 +103,7 @@ class ProtocolProcessorTest extends PredisTestCase
|
||||
/**
|
||||
* @group disconnected
|
||||
* @expectedException Predis\Protocol\ProtocolException
|
||||
* @expectedExceptionMessage Unknown prefix: '!'
|
||||
* @expectedExceptionMessage Unknown response prefix: '!'.
|
||||
*/
|
||||
public function testUnknownResponsePrefix()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user