Make config caching less aggressive
This commit is contained in:
parent
acdc78e89d
commit
b08d6a4b9d
5 changed files with 2 additions and 14 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue