mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-11 15:29:39 +00:00
- Move most of the stuff for backwards compatibility support into one class
- Added random port logic - Updated wait wtrategies - API alignments to make it similar to other official implementations - ...
This commit is contained in:
@@ -9,7 +9,7 @@ use JsonException;
|
||||
use RuntimeException;
|
||||
use Testcontainers\Exception\ContainerNotReadyException;
|
||||
|
||||
final class WaitForTcpPortOpen implements WaitInterface
|
||||
final class WaitForTcpPortOpen implements WaitStrategy
|
||||
{
|
||||
private Docker $dockerClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user