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 53f4ce1 commit 59d0591Copy full SHA for 59d0591
test/unit/FilesExistTest.php
@@ -24,7 +24,7 @@ public function testFileArePresentInRepo()
24
$composeExists = file_exists('./docker-compose.yml') || file_exists('./docker/docker-compose.yml');
25
$this->assertTrue($composeExists);
26
27
- $dockerExists = file_exists('./Docker') || file_exists('./docker/Docker')
+ $dockerExists = file_exists('./Docker') || file_exists('./docker/Docker');
28
$this->assertTrue($dockerExists);
29
}
30
0 commit comments