[tests] Fix wrong @group annotation

This commit is contained in:
Daniele Alessandri
2016-05-09 17:49:12 +02:00
parent 1349666494
commit e61cb4e4f2
+1 -1
View File
@@ -242,7 +242,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase
}
/**
* @group disconnected
* @group connected
*/
public function testExecutesCommandWithHolesInArguments()
{