mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Fix runLocally test
This commit is contained in:
parent
26cfd93cbf
commit
542e5f0dc2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user