From 4844675f32b9f652c0d77eb8e1278e0376868bf1 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 7 Sep 2024 14:27:05 +0000 Subject: [PATCH] oops --- tests/ServerAwareTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ServerAwareTestCase.php b/tests/ServerAwareTestCase.php index e82f0e0..76ee7fc 100644 --- a/tests/ServerAwareTestCase.php +++ b/tests/ServerAwareTestCase.php @@ -83,7 +83,7 @@ public function set_up() $this->coverageScriptUrl = 'http://' . $this->args['HTTPSERVER'] . preg_replace('|/tests/index\.php(\?.*)?|', '/tests/phpunit_coverage.php', $this->args['HTTPURI']); } - protected function getClient($customPath) + protected function getClient() { $server = explode(':', $this->args['HTTPSERVER']); if (count($server) > 1) {