mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 04:29:39 +00:00
Support for waiting on tcp port to open
This commit is contained in:
@@ -56,6 +56,11 @@ class Container
|
||||
return new Container($image);
|
||||
}
|
||||
|
||||
public function getId(): string
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function withEntryPoint(string $entryPoint): self
|
||||
{
|
||||
$this->entryPoint = $entryPoint;
|
||||
|
||||
Reference in New Issue
Block a user