We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa64e3b commit 719bad1Copy full SHA for 719bad1
tests/Integration/DockerContainerTest.php
@@ -42,7 +42,7 @@ public function testContainerRunsAndStopsSuccessfully(): void
42
self::assertNotEmpty($actual->getOutput());
43
}
44
45
- public function estMultipleContainersAreRunSuccessfully(): void
+ public function testMultipleContainersAreRunSuccessfully(): void
46
{
47
/** @Given a MySQL container is set up with a database */
48
$mySQLContainer = MySQLDockerContainer::from(image: 'mysql:8.1', name: 'test-database')
0 commit comments