We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843ed0 commit dd8b074Copy full SHA for dd8b074
tests/Support/Command/CommandMockTrait.php
@@ -17,7 +17,7 @@ trait CommandMockTrait
17
18
public function mockFilesystemPostModelExists(): void
19
{
20
- $fileSystemMock = new FileSystemMock;
+ $fileSystemMock = new FileSystemMock();
21
22
$fileSystemMock->models = ['Post.php' => $this->mockPhpFileContent()];
23
$fileSystemMock->config = ['entity-generator.php' => ''];
0 commit comments