ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Tests\Setup\CLI\TestConfig Class Reference
+ Inheritance diagram for ILIAS\Tests\Setup\CLI\TestConfig:
+ Collaboration diagram for ILIAS\Tests\Setup\CLI\TestConfig:

Public Member Functions

 getConfig (string $name)
 
 getKeys ()
 

Detailed Description

Definition at line 42 of file AchieveCommandTest.php.

Member Function Documentation

◆ getConfig()

ILIAS\Tests\Setup\CLI\TestConfig::getConfig ( string  $name)

Definition at line 44 of file AchieveCommandTest.php.

45 {
46 return ["a" => "b"];
47 }

◆ getKeys()

ILIAS\Tests\Setup\CLI\TestConfig::getKeys ( )

Definition at line 49 of file AchieveCommandTest.php.

50 {
51 return ["a"];
52 }

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