Skip to content

Commit 8e61ee5

Browse files
authored
Update tests/Support/Factory/FactoryMockTrait.php
1 parent 3bde64f commit 8e61ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/Factory/FactoryMockTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function mockFactoryGenerator(array ...$functionCalls): void
1717

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

2222
$fileSystemMock->models = [
2323
'Post.php' => $this->mockPhpFileContent(),

0 commit comments

Comments
 (0)