Merge branch 'develop' into feature/service-export-import

This commit is contained in:
Dane Everitt
2017-10-17 21:31:35 -05:00
7 changed files with 4 additions and 15 deletions

View File

@@ -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();
}
}