Merge branch 'issue-tests' into v1.0

This commit is contained in:
Daniele Alessandri
2016-05-08 16:50:28 +02:00
2 changed files with 2 additions and 2 deletions
@@ -145,7 +145,7 @@ class PubSubSubscribeByPatternTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / QUIT allowed in this context
* @expectedExceptionMessageRegExp /ERR only .* allowed in this context/
*/
public function testCannotSendOtherCommandsAfterPsubscribe()
{
+1 -1
View File
@@ -145,7 +145,7 @@ class PubSubSubscribeTest extends PredisCommandTestCase
/**
* @group connected
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / QUIT allowed in this context
* @expectedExceptionMessageRegExp /ERR only .* allowed in this context/
*/
public function testCannotSendOtherCommandsAfterSubscribe()
{