mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
[phpdoc] Fix undefined namespaces.
This commit is contained in:
@@ -78,7 +78,7 @@ class ReplicationStrategyTest extends PredisTestCase
|
||||
|
||||
/**
|
||||
* @group disconnected
|
||||
* @expectedException Predis\NotSupportedException
|
||||
* @expectedException \Predis\NotSupportedException
|
||||
* @expectedExceptionMessage The command 'INFO' is not allowed in replication mode.
|
||||
*/
|
||||
public function testUsingDisallowedCommandThrowsException()
|
||||
|
||||
Reference in New Issue
Block a user