mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-09 07:29:40 +00:00
refactor Container to GenericContainer for better align to other Testcontainers language packages
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Testcontainers\Container;
|
||||
|
||||
use Testcontainers\Wait\WaitForExec;
|
||||
|
||||
class MySQLContainer extends Container
|
||||
class MySQLContainer extends GenericContainer
|
||||
{
|
||||
private function __construct(string $version, string $mysqlRootPassword)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user