diff --git a/tests/Integration/GenericContainerTest.php b/tests/Integration/GenericContainerTest.php index 2a7c9e9..6d7f124 100644 --- a/tests/Integration/GenericContainerTest.php +++ b/tests/Integration/GenericContainerTest.php @@ -6,7 +6,6 @@ namespace Testcontainers\Tests\Integration; use Docker\API\Model\ContainersIdJsonGetResponse200; use PHPUnit\Framework\TestCase; -use RuntimeException; use Testcontainers\Container\GenericContainer; use Testcontainers\Utils\PortGenerator\FixedPortGenerator; use Testcontainers\Wait\WaitForHostPort;