From 67ed62b148de698be679396151be0aa97856a43b Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 13 Dec 2020 22:04:58 +0000 Subject: [PATCH] comments --- tests/5DemofilesTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/5DemofilesTest.php b/tests/5DemofilesTest.php index 583be3fa..a769bf2f 100644 --- a/tests/5DemofilesTest.php +++ b/tests/5DemofilesTest.php @@ -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('faultCode', $page); $this->assertRegexp('#10(5|3)#', $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('faultCode', $page); $this->assertRegexp('#10(5|3)#', $page); -- 2.47.0