From b37706d19659cab30bf7db019ca1452bb21026cb Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 5 Nov 2017 22:02:33 +0000 Subject: [PATCH] 2nd attempt at fixing unit tests --- tests/4LocalhostMultiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- 2.43.0