mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 19:29:39 +00:00
Remove WaitForNothing. WaitForContainerRunning can be used as a basic implementation instead.
This commit is contained in:
@@ -16,7 +16,7 @@ class MariaDBContainerTest extends ContainerTestCase
|
||||
->start();
|
||||
}
|
||||
|
||||
public function testMySQLContainer(): void
|
||||
public function testMariaDBContainer(): void
|
||||
{
|
||||
$pdo = new \PDO(
|
||||
sprintf('mysql:host=%s;port=3306', self::$container->getAddress()),
|
||||
|
||||
Reference in New Issue
Block a user