ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Tests\Setup\CLI\TestObject Class Reference
+ Inheritance diagram for ILIAS\Tests\Setup\CLI\TestObject:
+ Collaboration diagram for ILIAS\Tests\Setup\CLI\TestObject:

Public Member Functions

 readAgentConfig (Agent $agent, InputInterface $input, ?string $use_config_field=null)
 
- Public Member Functions inherited from ILIAS\Setup\CLI\AchieveCommand
 __construct (AgentFinder $agent_finder, ConfigReader $config_reader, array $preconditions, Refinery $refinery)
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS\Setup\CLI\AchieveCommand
 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 
- Protected Attributes inherited from ILIAS\Setup\CLI\AchieveCommand
array $preconditions = []
 
Refinery $refinery
 
- Static Protected Attributes inherited from ILIAS\Setup\CLI\AchieveCommand
static $defaultName = "achieve"
 

Detailed Description

Definition at line 55 of file AchieveCommandTest.php.

Member Function Documentation

◆ readAgentConfig()

ILIAS\Tests\Setup\CLI\TestObject::readAgentConfig ( Agent  $agent,
InputInterface  $input,
?string  $use_config_field = null 
)

Definition at line 57 of file AchieveCommandTest.php.

57  : ?Config
58  {
59  return new Setup\ConfigCollection(["Test" => new TestConfig()]);
60  }

The documentation for this class was generated from the following file: