Skip to content

Commit

Permalink
Modified bind address for test
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase committed Jun 28, 2024
1 parent 053a319 commit b15e372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function buildCommandLine(array $ports): string
{
Assert::assertCount(1, $ports);
return InfraUtilForTests::buildAppCodePhpCmd($this->agentConfigSourceBuilder->getPhpIniFile())
. " -S localhost:" . $ports[0]
. " -S 0.0.0.0:" . $ports[0]
. ' "' . FileUtilForTests::listToPath([__DIR__, self::APP_CODE_HOST_ROUTER_SCRIPT]) . '"';
}

Expand Down

0 comments on commit b15e372

Please sign in to comment.