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
@@ -36,7 +36,7 @@ class StreamableMultiBulkResponseTest extends PredisTestCase
/**
* @group disconnected
* @expectedException Predis\Protocol\ProtocolException
* @expectedExceptionMessage Cannot parse 'invalid' as the length of the multibulk response
* @expectedExceptionMessage Cannot parse 'invalid' as a valid length for a multi-bulk response.
*/
public function testInvalid()
{