mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
fix out of range exception test
This commit is contained in:
@@ -71,7 +71,7 @@ class ConnectionSelectTest extends PredisCommandTestCase
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage ERR DB index is out of range
|
||||
* @expectedExceptionMessageRegExp /ERR.*DB index/
|
||||
*/
|
||||
public function testThrowsExceptionOnUnexpectedDatabaseRange()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user