mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-09 00:29:30 +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:
@@ -7,7 +7,7 @@ namespace Testcontainers\Wait;
|
||||
use Docker\Docker;
|
||||
use Testcontainers\Exception\ContainerNotReadyException;
|
||||
|
||||
class WaitForHttp implements WaitInterface
|
||||
class WaitForHttp implements WaitStrategy
|
||||
{
|
||||
public const METHOD_GET = 'GET';
|
||||
public const METHOD_POST = 'POST';
|
||||
|
||||
Reference in New Issue
Block a user