2nd attempt at fixing unit tests
authorgggeek <giunta.gaetano@gmail.com>
Sun, 5 Nov 2017 22:02:33 +0000 (22:02 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 5 Nov 2017 22:02:33 +0000 (22:02 +0000)
tests/4LocalhostMultiTest.php

index 0be02ef..61e9494 100644 (file)
@@ -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();
         }
     }