X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F4LocalhostMultiTest.php;h=61e94947ed134d6d08d0b419d46972276f1a575e;hb=b37706d19659cab30bf7db019ca1452bb21026cb;hp=0be02ef947a2f42d1cf434f738ed415d9319ef3a;hpb=22f8a184d5936671e7293ec34cb982a46abaa048;p=plcapi.git diff --git a/tests/4LocalhostMultiTest.php b/tests/4LocalhostMultiTest.php index 0be02ef..61e9494 100644 --- a/tests/4LocalhostMultiTest.php +++ b/tests/4LocalhostMultiTest.php @@ -91,7 +91,7 @@ class LocalhostMultiTest extends LocalhostTest // to successfully test keepalive, we have to reuse the same client for all tests, we can not recreate one on setup/teardown... foreach ($this->getSingleHttpTestMethods() as $methods) { $method = $methods[0]; - $this->$method; + $this->$method(); } }