Skip to content

Commit 719bad1

Browse files
committed
feat: Implements Docker container operations and tests.
1 parent aa64e3b commit 719bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/DockerContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testContainerRunsAndStopsSuccessfully(): void
4242
self::assertNotEmpty($actual->getOutput());
4343
}
4444

45-
public function estMultipleContainersAreRunSuccessfully(): void
45+
public function testMultipleContainersAreRunSuccessfully(): void
4646
{
4747
/** @Given a MySQL container is set up with a database */
4848
$mySQLContainer = MySQLDockerContainer::from(image: 'mysql:8.1', name: 'test-database')

0 commit comments

Comments
 (0)