mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
fix
This commit is contained in:
@@ -85,7 +85,7 @@ class MOVE_Test extends PredisCommandTestCase
|
||||
public function testThrowsExceptionOnInvalidDatabases(): void
|
||||
{
|
||||
$this->expectException('Predis\Response\ServerException');
|
||||
$this->expectExceptionMessageMatches('/ERR.*index out of range/');
|
||||
$this->expectExceptionMessageMatches('/ERR.*out of range/');
|
||||
|
||||
$redis = $this->getClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user