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 302bcb9 commit 8724d54Copy full SHA for 8724d54
test/unit/FilesExistTest.php
@@ -26,7 +26,7 @@ public function testFileArePresentInRepo()
26
#$composeExists = file_exists('./docker-compose.yml') || file_exists('./docker/docker-compose.yml');
27
#$this->assertTrue($composeExists);
28
29
- $dockerExists = file_exists('./Docker') || file_exists('./docker/Docker');
+ $dockerExists = file_exists('./Dockerfile') || file_exists('./docker/Dockerfile');
30
$this->assertTrue($dockerExists);
31
}
32
0 commit comments