mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 19:29:39 +00:00
add forgotten stop() container for opensearch test
This commit is contained in:
@@ -110,6 +110,8 @@ class ContainerTest extends TestCase
|
||||
$this->assertArrayHasKey('cluster_name', $data);
|
||||
|
||||
$this->assertEquals('docker-cluster', $data['cluster_name']);
|
||||
|
||||
$container->stop();
|
||||
}
|
||||
|
||||
public function testPostgreSQLContainer(): void
|
||||
|
||||
Reference in New Issue
Block a user