Skip to content

Commit

Permalink
CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Nov 2, 2024
1 parent 87b6a07 commit 7808e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$minkTestServer = new Process([
PHP_BINARY,
'-S',
"0.0.0.0:$minkTestServerPort",
'0.0.0.0:' . $minkTestServerPort,
'-t',
__DIR__ . '/../vendor/mink/driver-testsuite/web-fixtures'
]);
Expand Down

0 comments on commit 7808e0c

Please sign in to comment.