3 declare(strict_types=1);
    41     protected function setUp(): void
    69         $logger = $this->getMockBuilder(ilLogger::class)
    70                        ->disableOriginalConstructor()
    73         $logger_factory = $this->getMockBuilder(ilLoggerFactory::class)
    74                                ->disableOriginalConstructor()
    75                                ->onlyMethods([
'getComponentLogger'])
    77         $logger_factory->method(
'getComponentLogger')->willReturn($logger);
 
Unit tests for tree table. 
 
Customizing of pimple-DIC for ILIAS. 
 
setGlobalVariable(string $name, $value)