first working version with simple WaitForContainerRunning implementation

This commit is contained in:
Sergei Shitikov
2024-08-29 18:01:04 +02:00
parent 27caae56c0
commit b7a274b1d9
8 changed files with 276 additions and 201 deletions
+1
View File
@@ -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()),