Skip to content

Commit 78795c7

Browse files
Fix test
1 parent 8724d54 commit 78795c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit/FilesExistTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)