mirror of
https://github.com/predis/predis.git
synced 2026-08-22 11:10:59 +00:00
[phpdoc] Fix undefined namespaces.
This commit is contained in:
@@ -82,7 +82,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedException Predis\Response\ServerException
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage ERR value is not an integer or out of range
|
||||
*/
|
||||
public function testThrowsExceptionOnNonIntegerTTL()
|
||||
@@ -92,7 +92,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedException Predis\Response\ServerException
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage ERR invalid expire time in SETEX
|
||||
* @todo Should not Redis return PSETEX instead of SETEX here?
|
||||
*/
|
||||
@@ -103,7 +103,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedException Predis\Response\ServerException
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage ERR invalid expire time in SETEX
|
||||
* @todo Should not Redis return PSETEX instead of SETEX here?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user