mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 03:29:33 +00:00
first working version with simple WaitForContainerRunning implementation
This commit is contained in:
@@ -21,6 +21,7 @@ class ContainerTest extends TestCase
|
||||
$container->withMySQLUser('bar', 'baz');
|
||||
|
||||
$container->run();
|
||||
die(123);
|
||||
|
||||
$pdo = new \PDO(
|
||||
sprintf('mysql:host=%s;port=3306', $container->getAddress()),
|
||||
|
||||
Reference in New Issue
Block a user