We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Localhost
Deployer
FunctionsTest
1 parent d0901fe commit 590d8daCopy full SHA for 590d8da
1 file changed
tests/src/FunctionsTest.php
@@ -33,11 +33,12 @@ protected function setUp(): void
33
34
$input = $this->createStub(Input::class);
35
$output = $this->createStub(Output::class);
36
- $host = new Localhost();
37
38
$this->deployer = new Deployer($console);
39
$this->deployer['input'] = $input;
40
$this->deployer['output'] = $output;
+
41
+ $host = new Localhost();
42
Context::push(new Context($host));
43
}
44
0 commit comments