make sure the new demo file is tested
authorgggeek <giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:27:55 +0000 (10:27 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:27:55 +0000 (10:27 +0000)
tests/7DemofilesTest.php

index 7c4b775..22334db 100644 (file)
@@ -45,6 +45,11 @@ class DemoFilesTest extends PhpXmlRpc_WebTestCase
         ));
     }
 
+    public function testParallel()
+    {
+        $page = $this->request('client/parallel.php');
+    }
+
     public function testProxy()
     {
         $page = $this->request('client/proxy.php', 'GET', null, true);