Explorar el Código

[tests] Fix wrong @group annotation

Daniele Alessandri hace 8 años
padre
commit
e61cb4e4f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
     {