3 declare(strict_types=1);
41 protected function setUp(): void
50 $this->assertInstanceOf(ilMD::class, $md);
71 $logger = $this->getMockBuilder(ilLogger::class)
72 ->disableOriginalConstructor()
75 $logger_factory = $this->getMockBuilder(ilLoggerFactory::class)
76 ->disableOriginalConstructor()
77 ->onlyMethods([
'getComponentLogger'])
79 $logger_factory->method(
'getComponentLogger')->willReturn($logger);
Customizing of pimple-DIC for ILIAS.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Unit tests for tree table.
setGlobalVariable(string $name, $value)