mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 06:29:36 +00:00
Update deps and README + some cleanup
This commit is contained in:
@@ -30,7 +30,6 @@ class WaitForHealthCheck extends BaseWaitStrategy
|
||||
/** @var \Psr\Http\Message\ResponseInterface | null $containerInspect */
|
||||
$containerInspect = $container->getClient()->containerInspect($container->getId(), [], Docker::FETCH_RESPONSE);
|
||||
//$containerStatus = $containerInspect?->getArrayCopy() ?? null;
|
||||
var_dump($containerInspect->getBody()->getContents());
|
||||
$containerStatus = '';
|
||||
if ($containerStatus === 'healthy') {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user