File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public function testFileArePresentInRepo()
1515 $ this ->assertFileExists ("$ rootDir/CHANGELOG.md " );
1616 $ this ->assertFileExists ("$ rootDir/CODE_OF_CONDUCT.md " );
1717 $ this ->assertFileExists ("$ rootDir/CONTRIBUTING.md " );
18+ $ this ->assertFileExists ("$ rootDir/Dockerfile " );
1819 $ this ->assertFileExists ("$ rootDir/.github/ISSUE_TEMPLATE " );
1920 $ this ->assertFileExists ("$ rootDir/LICENSE.txt " );
2021 $ this ->assertFileExists ("$ rootDir/.github/PULL_REQUEST_TEMPLATE " );
@@ -25,9 +26,6 @@ public function testFileArePresentInRepo()
2526
2627 #$composeExists = file_exists('./docker-compose.yml') || file_exists('./docker/docker-compose.yml');
2728 #$this->assertTrue($composeExists);
28-
29- $ dockerExists = file_exists ('./Dockerfile ' ) || file_exists ('./docker/Dockerfile ' );
30- $ this ->assertTrue ($ dockerExists );
3129 }
3230}
3331
You can’t perform that action at this time.
0 commit comments