Skip to content

Commit

Permalink
Fix runLocally test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 14, 2017
1 parent 26cfd93 commit 542e5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/FunctionsTest.php
Expand Up @@ -58,7 +58,7 @@ protected function setUp()
$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;
Expand Down

0 comments on commit 542e5f0

Please sign in to comment.