Skip to content

Commit 35592b2

Browse files
committed
Fix tests
1 parent c271e4e commit 35592b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Engines/ArrayEngineTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected function setUp(): void
2323

2424
Config::shouldReceive('get')->with('scout.after_commit', Mockery::any())->andReturn(false);
2525
Config::shouldReceive('get')->with('scout.soft_delete', Mockery::any())->andReturn(false);
26+
Config::makePartial();
2627
}
2728

2829
protected function tearDown(): void

0 commit comments

Comments
 (0)