mirror of
https://github.com/predis/predis.git
synced 2026-08-24 23:59:37 +00:00
[phpdoc] Fix undefined namespaces.
This commit is contained in:
@@ -81,7 +81,7 @@ class StringStrlenTest 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