We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed76171 commit 45231cdCopy full SHA for 45231cd
tests/Feature/BootingTest.php
@@ -23,7 +23,7 @@
23
// Wait until port 8100 is open
24
dump('Waiting for port 8100 to open...');
25
26
- $fp = @fsockopen('localhost', 8100, $errno, $errstr, 1);
+ $fp = @fsockopen('127.0.0.1', 8100, $errno, $errstr, 1);
27
if ($fp === false) {
28
throw new Exception(sprintf(
29
'Port 8100 is not open yet. Output: "%s", Errstr: "%s"',
0 commit comments