use FixedPortGenerator for legacy implementations

This commit is contained in:
Sergei Shitikov
2024-09-29 18:10:01 +02:00
parent a58ff460fa
commit 353977c7bb
7 changed files with 22 additions and 9 deletions
@@ -17,13 +17,6 @@ use Testcontainers\Container\RedisContainer;
*/
class ContainerTest extends TestCase
{
//TODO: remove after check
//To make it work, fixed port should be first implemented
protected function setUp(): void
{
$this->markTestIncomplete();
}
public function testMySQL(): void
{
$container = MySQLContainer::make();