Ver código fonte

[tests] Rename the realm-network-webdis group to realm-webdis.

Daniele Alessandri 13 anos atrás
pai
commit
0f88225104

+ 1 - 1
phpunit.xml.dist

@@ -11,7 +11,7 @@
         <exclude>
             <group>ext-phpiredis</group>
             <group>ext-curl</group>
-            <group>realm-network-webdis</group>
+            <group>realm-webdis</group>
             <!-- <group>connected</group> -->
             <!-- <group>disconnected</group> -->
             <!-- <group>commands</group> -->

+ 1 - 1
tests/PHPUnit/ConnectionTestCase.php

@@ -17,7 +17,7 @@ use Predis\ConnectionParameters;
 use Predis\Profiles\ServerProfile;
 
 /**
- * @group realm-network
+ * @group realm-connection
  */
 abstract class ConnectionTestCase extends StandardTestCase
 {

+ 2 - 2
tests/Predis/Network/WebdisConnectionTest.php

@@ -17,10 +17,10 @@ use Predis\ConnectionParameters;
 use Predis\Profiles\ServerProfile;
 
 /**
- * @group realm-network
  * @group ext-curl
  * @group ext-phpiredis
- * @group realm-network-webdis
+ * @group realm-connection
+ * @group realm-webdis
  */
 class WebdisConnectionTest extends StandardTestCase
 {