Skip to content

Commit 1d277cd

Browse files
authored
Update tests/Support/GeneratorMockTrait.php
1 parent 192bca6 commit 1d277cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Support/GeneratorMockTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public function mockGettingModelInstance(object $model): void
8585
new Column('created_at', new DateTimeType()),
8686
]);
8787

88-
$connectionMock = Mockery::mock(Connection::class)->makePartial()
88+
$connectionMock = Mockery::mock(Connection::class)
89+
->makePartial()
8990
->expects('createSchemaManager')
9091
->andReturn($schemaManagerMock);
9192

0 commit comments

Comments
 (0)