Fix runLocally test

This commit is contained in:
Anton Medvedev 2017-04-14 17:12:55 +07:00
parent 26cfd93cbf
commit 542e5f0dc2

View File

@ -58,7 +58,7 @@ class FunctionsTest extends TestCase
$this->host
->expects($this->any())
->method('getConfig')
->willReturn($this->createMock(Configuration::class));
->willReturn(new Configuration());
$this->deployer = new Deployer($this->console);
$this->deployer['input'] = $this->input;