Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 7, 2024
1 parent fc8ac8c commit 4844675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServerAwareTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4844675

Please sign in to comment.