refactor Container to GenericContainer for better align to other Testcontainers language packages

This commit is contained in:
Sergei Shitikov
2024-08-22 16:45:47 +02:00
parent c82e974ab9
commit 27caae56c0
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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)
{