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 192bca6 commit 1d277cdCopy full SHA for 1d277cd
tests/Support/GeneratorMockTrait.php
@@ -85,7 +85,8 @@ public function mockGettingModelInstance(object $model): void
85
new Column('created_at', new DateTimeType()),
86
]);
87
88
- $connectionMock = Mockery::mock(Connection::class)->makePartial()
+ $connectionMock = Mockery::mock(Connection::class)
89
+ ->makePartial()
90
->expects('createSchemaManager')
91
->andReturn($schemaManagerMock);
92
0 commit comments