mirror of
https://github.com/predis/predis.git
synced 2026-08-26 13:59:56 +00:00
Fix and reword some exception messages.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user