Skip to content

Commit dd8b074

Browse files
authored
Update tests/Support/Command/CommandMockTrait.php
1 parent 0843ed0 commit dd8b074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/Command/CommandMockTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait CommandMockTrait
1717

1818
public function mockFilesystemPostModelExists(): void
1919
{
20-
$fileSystemMock = new FileSystemMock;
20+
$fileSystemMock = new FileSystemMock();
2121

2222
$fileSystemMock->models = ['Post.php' => $this->mockPhpFileContent()];
2323
$fileSystemMock->config = ['entity-generator.php' => ''];

0 commit comments

Comments
 (0)