Prechádzať zdrojové kódy

[tests] Fix wrong @group annotation

Daniele Alessandri 8 rokov pred
rodič
commit
e61cb4e4f2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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()
     public function testExecutesCommandWithHolesInArguments()
     {
     {