mirror of
https://github.com/predis/predis.git
synced 2026-08-24 16:29:27 +00:00
[phpdoc] Fix undefined namespaces.
This commit is contained in:
@@ -100,7 +100,7 @@ class StringSetRangeTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedException Predis\Response\ServerException
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage ERR offset is out of range
|
||||
*/
|
||||
public function testThrowsExceptionOnInvalidOffset()
|
||||
@@ -110,7 +110,7 @@ class StringSetRangeTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedException Predis\Response\ServerException
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage Operation against a key holding the wrong kind of value
|
||||
*/
|
||||
public function testThrowsExceptionOnWrongType()
|
||||
|
||||
Reference in New Issue
Block a user