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()
15
15
$ this ->assertFileExists ("$ rootDir/CHANGELOG.md " );
16
16
$ this ->assertFileExists ("$ rootDir/CODE_OF_CONDUCT.md " );
17
17
$ this ->assertFileExists ("$ rootDir/CONTRIBUTING.md " );
18
+ $ this ->assertFileExists ("$ rootDir/Dockerfile " );
18
19
$ this ->assertFileExists ("$ rootDir/.github/ISSUE_TEMPLATE " );
19
20
$ this ->assertFileExists ("$ rootDir/LICENSE.txt " );
20
21
$ this ->assertFileExists ("$ rootDir/.github/PULL_REQUEST_TEMPLATE " );
@@ -25,9 +26,6 @@ public function testFileArePresentInRepo()
25
26
26
27
#$composeExists = file_exists('./docker-compose.yml') || file_exists('./docker/docker-compose.yml');
27
28
#$this->assertTrue($composeExists);
28
-
29
- $ dockerExists = file_exists ('./Dockerfile ' ) || file_exists ('./docker/Dockerfile ' );
30
- $ this ->assertTrue ($ dockerExists );
31
29
}
32
30
}
33
31
You can’t perform that action at this time.
0 commit comments