Fix and reword some exception messages.

This commit is contained in:
Daniele Alessandri
2013-12-16 13:17:45 +01:00
parent 43f278fb71
commit 0f34f41ccf
70 changed files with 172 additions and 180 deletions
@@ -103,7 +103,7 @@ class ProtocolProcessorTest extends PredisTestCase
/**
* @group disconnected
* @expectedException Predis\Protocol\ProtocolException
* @expectedExceptionMessage Unknown prefix: '!'
* @expectedExceptionMessage Unknown response prefix: '!'.
*/
public function testUnknownResponsePrefix()
{