mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-11 15:29:39 +00:00
Adjust tests for OpenSearch
This commit is contained in:
@@ -19,7 +19,7 @@ class MySQLContainerTest extends ContainerTestCase
|
||||
public function testMySQLContainer(): void
|
||||
{
|
||||
$pdo = new \PDO(
|
||||
sprintf('mysql:host=%s;port=3306', self::$container->getAddress()),
|
||||
sprintf('mysql:host=%s;port=3306', '127.0.0.1'),
|
||||
'bar',
|
||||
'baz',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user