mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Make config caching less aggressive
This commit is contained in:
@@ -276,6 +276,5 @@ class EmailSettingsCommandTest extends CommandTestCase
|
||||
{
|
||||
$this->config->shouldReceive('get')->withAnyArgs()->zeroOrMoreTimes()->andReturnNull();
|
||||
$this->command->shouldReceive('writeToEnvironment')->with($data)->once()->andReturnNull();
|
||||
$this->command->shouldReceive('call')->with('config:cache')->once()->andReturnNull();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user