Adjust StartedGenericContainer

This commit is contained in:
Sergei Shitikov
2025-02-03 20:47:02 +01:00
parent f55b399cab
commit 1c928cc767
4 changed files with 271 additions and 19 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ abstract class ContainerTestCase extends TestCase
protected function tearDown(): void
{
$this->container->stop();
if (isset($this->container)) {
$this->container->stop();
}
parent::tearDown();
}
}