Definition at line 28 of file HasConfigReaderTest.php.
◆ setUp()
ILIAS\Tests\Setup\CLI\HasConfigReaderTest::setUp |
( |
| ) |
|
◆ testReadAgentConfigWithoutConfig()
ILIAS\Tests\Setup\CLI\HasConfigReaderTest::testReadAgentConfigWithoutConfig |
( |
| ) |
|
Definition at line 50 of file HasConfigReaderTest.php.
52 $agent = $this->createMock(Agent::class);
53 $ii = $this->createMock(InputInterface::class);
60 $this->assertNull($this->has_config_reader->_readAgentConfig($agent, $ii));
◆ $config_reader
ConfigReader ILIAS\Tests\Setup\CLI\HasConfigReaderTest::$config_reader |
|
protected |
◆ $has_config_reader
ILIAS\Tests\Setup\CLI\HasConfigReaderTest::$has_config_reader |
|
protected |
The documentation for this class was generated from the following file: