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 0b76a7d commit c82b43bCopy full SHA for c82b43b
test/unit/FilesExistTest.php
@@ -26,8 +26,8 @@ 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');
30
- #$this->assertTrue($dockerExists);
+ $dockerExists = file_exists('./Docker') || file_exists('./docker/Docker');
+ $this->assertTrue($dockerExists);
31
}
32
33
0 commit comments