浏览代码

[tests] Fix wrong @group annotation

Daniele Alessandri 8 年之前
父节点
当前提交
e61cb4e4f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/PHPUnit/PredisConnectionTestCase.php

+ 1 - 1
tests/PHPUnit/PredisConnectionTestCase.php

@@ -242,7 +242,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase
     }
 
     /**
-     * @group disconnected
+     * @group connected
      */
     public function testExecutesCommandWithHolesInArguments()
     {