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

This commit is contained in:
Dane Everitt 2017-10-17 21:31:35 -05:00
commit 5e712f0bb1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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();
}
}