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 489b481 commit 8d60c1eCopy full SHA for 8d60c1e
tests/Support/Command/CommandMockTrait.php
@@ -85,7 +85,7 @@ public function mockGettingModelInstance(): void
85
->with('pgsql')
86
->andReturn($laravelConnectionMock);
87
88
- $this->mockDBTransactionStartRollback();
+ $this->mockDBTransactionStartRollback(2);
89
90
$schemaManagerMock = Mockery::mock(AbstractSchemaManager::class);
91
$schemaManagerMock
0 commit comments