From: gggeek Date: Fri, 27 May 2022 10:27:55 +0000 (+0000) Subject: make sure the new demo file is tested X-Git-Tag: 4.8.0~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1409f216ff6aa8ff9ea9dfc55c18bcf5b4cb5824;p=plcapi.git make sure the new demo file is tested --- diff --git a/tests/7DemofilesTest.php b/tests/7DemofilesTest.php index 7c4b775c..22334db8 100644 --- a/tests/7DemofilesTest.php +++ b/tests/7DemofilesTest.php @@ -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);