tests reorg
[plcapi.git] / tests / 4ClientTest.php
similarity index 95%
rename from tests/2InvalidHostTest.php
rename to tests/4ClientTest.php
index c7419ec..159cb0c 100644 (file)
@@ -9,9 +9,10 @@ include_once __DIR__ . '/PolyfillTestCase.php';
 use PHPUnit\Runner\BaseTestRunner;
 
 /**
- * Tests involving requests sent to non-existing servers
+ * Tests involving the Client class.
+ * So far: only tests requests sent to non-existing servers
  */
-class InvalidHostTest extends PhpXmlRpc_PolyfillTestCase
+class ClientTest extends PhpXmlRpc_PolyfillTestCase
 {
     /** @var xmlrpc_client $client */
     public $client = null;