File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function mockDBTransactionStartRollback(int $count = 1): void
6363
6464 public function mockGettingModelInstance (object $ model ): void
6565 {
66- $ laravelConnectionMock = Mockery::mock (LaravelConnection::class);
66+ $ laravelConnectionMock = Mockery::mock (LaravelConnection::class)
6767 ->shouldReceive ('getConfig ' )
6868 ->andReturn ([
6969 'database ' => 'my_db ' ,
@@ -77,7 +77,7 @@ public function mockGettingModelInstance(object $model): void
7777 ->with ('pgsql ' )
7878 ->andReturn ($ laravelConnectionMock );
7979
80- $ schemaManagerMock = Mockery::mock (AbstractSchemaManager::class);
80+ $ schemaManagerMock = Mockery::mock (AbstractSchemaManager::class)
8181 ->shouldReceive ('listTableColumns ' )
8282 ->andReturn ([
8383 new Column ('id ' , new IntegerType ()),
You can’t perform that action at this time.
0 commit comments