There was an error while loading. Please reload this page.
1 parent b77cd2b commit 157d929Copy full SHA for 157d929
1 file changed
tests/Unit/Utils/HostResolverTest.php
@@ -159,6 +159,11 @@ protected function isInContainer(): bool
159
{
160
return true;
161
}
162
+
163
+ protected function findDefaultGateway(): ?string
164
+ {
165
+ return null;
166
+ }
167
};
168
169
putenv('DOCKER_HOST=unix://docker:2375');
@@ -184,6 +189,11 @@ protected function isInContainer(): bool
184
189
185
190
186
191
192
193
194
195
196
187
197
188
198
199
putenv('DOCKER_HOST=unix://podman.sock');
0 commit comments