15 $agent_finder = $this->createMock(Setup\AgentFinder::class);
17 $agent = $this->createMock(Setup\AgentCollection::class);
19 ->expects($this->once())
24 $objective = $this->createMock(Setup\Objective::class);
26 ->expects($this->once())
27 ->method(
"getBuildArtifactObjective")
29 ->willReturn($objective);
32 ->expects($this->once())
33 ->method(
"getPreconditions")
37 ->expects($this->once())
39 ->will($this->returnCallback(
function (Setup\
Environment $e) {
44 ->expects($this->once())
45 ->method(
"isApplicable")
49 $tester =
new CommandTester($command);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.