Преглед изворни кода

[tests] Fix wrong @group annotation

Daniele Alessandri пре 9 година
родитељ
комит
b15c0a02de
1 измењених фајлова са 1 додато и 1 уклоњено
  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()
     {