Skip to content

Commit 59d0591

Browse files
author
Matt Bernier
authored
added ; to line 27
1 parent 53f4ce1 commit 59d0591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/FilesExistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testFileArePresentInRepo()
2424
$composeExists = file_exists('./docker-compose.yml') || file_exists('./docker/docker-compose.yml');
2525
$this->assertTrue($composeExists);
2626

27-
$dockerExists = file_exists('./Docker') || file_exists('./docker/Docker')
27+
$dockerExists = file_exists('./Docker') || file_exists('./docker/Docker');
2828
$this->assertTrue($dockerExists);
2929
}
3030
}

0 commit comments

Comments
 (0)