Explorar o código

[tests] Fix wrong @group annotation

Daniele Alessandri %!s(int64=8) %!d(string=hai) anos
pai
achega
e61cb4e4f2
Modificáronse 1 ficheiros con 1 adicións e 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()
     {