Sfoglia il codice sorgente

[tests] Fix wrong @group annotation

Daniele Alessandri 9 anni fa
parent
commit
b15c0a02de
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/PHPUnit/PredisConnectionTestCase.php

+ 1 - 1
tests/PHPUnit/PredisConnectionTestCase.php

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