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 c271e4e commit 35592b2Copy full SHA for 35592b2
tests/Engines/ArrayEngineTest.php
@@ -23,6 +23,7 @@ protected function setUp(): void
23
24
Config::shouldReceive('get')->with('scout.after_commit', Mockery::any())->andReturn(false);
25
Config::shouldReceive('get')->with('scout.soft_delete', Mockery::any())->andReturn(false);
26
+ Config::makePartial();
27
}
28
29
protected function tearDown(): void
0 commit comments