comments
authorgggeek <giunta.gaetano@gmail.com>
Sun, 13 Dec 2020 22:04:58 +0000 (22:04 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 13 Dec 2020 22:04:58 +0000 (22:04 +0000)
tests/5DemofilesTest.php

index 583be3f..a769bf2 100644 (file)
@@ -62,6 +62,7 @@ class DemoFilesTest extends PhpXmlRpc_LocalFileTestCase
 
     public function testDiscussServer()
     {
+        /// @todo add a couple of proper xmlrpc calls, too
         $page = $this->request('server/discuss.php');
         $this->assertStringContainsString('<name>faultCode</name>', $page);
         $this->assertRegexp('#<int>10(5|3)</int>#', $page);
@@ -69,6 +70,7 @@ class DemoFilesTest extends PhpXmlRpc_LocalFileTestCase
 
     public function testProxyServer()
     {
+        /// @todo add a couple of proper xmlrpc calls, too
         $page = $this->request('server/proxy.php');
         $this->assertStringContainsString('<name>faultCode</name>', $page);
         $this->assertRegexp('#<int>10(5|3)</int>#', $page);