mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 18:29:47 +00:00
use FixedPortGenerator for legacy implementations
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user