X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F4LocalhostMultiTest.php;h=317e517e3ee91640f0a1f369c2f8381b08098cb3;hb=be282f20058e5e4fad390ceca58270905792a3f9;hp=0516c3044c74fe18691d263ed91f55da635054f3;hpb=6be6c0c11d963a84b8180f0bba596c71470ecde9;p=plcapi.git diff --git a/tests/4LocalhostMultiTest.php b/tests/4LocalhostMultiTest.php index 0516c30..317e517 100644 --- a/tests/4LocalhostMultiTest.php +++ b/tests/4LocalhostMultiTest.php @@ -103,7 +103,7 @@ class LocalhostMultiTest extends LocalhostTest { if ($this->args['PROXYSERVER'] == '') { - $this->markTestSkipped('PROXY definition missing: cannot test proxy'); + $this->markTestSkipped('PROXYSERVER definition missing: cannot test proxy'); return; } @@ -204,7 +204,7 @@ class LocalhostMultiTest extends LocalhostTest } else if ($this->args['PROXYSERVER'] == '') { - $this->markTestSkipped('PROXY definition missing: cannot test proxy w. http 1.1'); + $this->markTestSkipped('PROXYSERVER definition missing: cannot test proxy w. http 1.1'); return; } @@ -281,7 +281,7 @@ class LocalhostMultiTest extends LocalhostTest } else if ($this->args['PROXYSERVER'] == '') { - $this->markTestSkipped('PROXY definition missing: cannot test proxy w. https'); + $this->markTestSkipped('PROXYSERVER definition missing: cannot test proxy w. https'); return; } else if ($this->args['HTTPSSERVER'] == '')