mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:39:32 +00:00
[phpdoc] Fix undefined namespaces.
This commit is contained in:
@@ -97,7 +97,7 @@ class HashSetMultipleTest 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