|
@@ -117,7 +117,7 @@ class ListPopLastPushHeadTest extends CommandTestCase
|
|
/**
|
|
/**
|
|
* @group connected
|
|
* @group connected
|
|
* @expectedException Predis\ServerException
|
|
* @expectedException Predis\ServerException
|
|
- * @expectedExceptionMessage ERR Operation against a key holding the wrong kind of value
|
|
|
|
|
|
+ * @expectedExceptionMessage Operation against a key holding the wrong kind of value
|
|
*/
|
|
*/
|
|
public function testThrowsExceptionOnWrongTypeOfSourceKey()
|
|
public function testThrowsExceptionOnWrongTypeOfSourceKey()
|
|
{
|
|
{
|
|
@@ -130,7 +130,7 @@ class ListPopLastPushHeadTest extends CommandTestCase
|
|
/**
|
|
/**
|
|
* @group connected
|
|
* @group connected
|
|
* @expectedException Predis\ServerException
|
|
* @expectedException Predis\ServerException
|
|
- * @expectedExceptionMessage ERR Operation against a key holding the wrong kind of value
|
|
|
|
|
|
+ * @expectedExceptionMessage Operation against a key holding the wrong kind of value
|
|
*/
|
|
*/
|
|
public function testThrowsExceptionOnWrongTypeOfDestinationKey()
|
|
public function testThrowsExceptionOnWrongTypeOfDestinationKey()
|
|
{
|
|
{
|