mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-10 22:29:38 +00:00
fix issue with passing envs into the container. Remove container registry usage.
This commit is contained in:
@@ -10,8 +10,6 @@ use Predis\Connection\ConnectionException;
|
||||
use Symfony\Component\Process\Process;
|
||||
use Testcontainers\Container\GenericContainer;
|
||||
use Testcontainers\Exception\ContainerNotReadyException;
|
||||
use Testcontainers\Registry;
|
||||
use Testcontainers\Trait\DockerContainerAwareTrait;
|
||||
use Testcontainers\Wait\WaitForExec;
|
||||
use Testcontainers\Wait\WaitForHealthCheck;
|
||||
use Testcontainers\Wait\WaitForHttp;
|
||||
@@ -24,8 +22,6 @@ class WaitStrategyTest extends TestCase
|
||||
public static function tearDownAfterClass(): void
|
||||
{
|
||||
parent::tearDownAfterClass();
|
||||
|
||||
Registry::cleanup();
|
||||
}
|
||||
|
||||
public function testWaitForExec(): void
|
||||
|
||||
Reference in New Issue
Block a user