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 3bde64f commit 8e61ee5Copy full SHA for 8e61ee5
tests/Support/Factory/FactoryMockTrait.php
@@ -17,7 +17,7 @@ public function mockFactoryGenerator(array ...$functionCalls): void
17
18
public function mockFilesystem(): void
19
{
20
- $fileSystemMock = new FileSystemMock;
+ $fileSystemMock = new FileSystemMock();
21
22
$fileSystemMock->models = [
23
'Post.php' => $this->mockPhpFileContent(),
0 commit comments