3 declare(strict_types=1);
    35     protected function setUp(): void
    44         $some_waiting_list = 
new class ($obj_id) extends 
ilWaitingList {
    46         $instance = 
new $some_waiting_list($obj_id);
    47         $this->assertInstanceOf(ilWaitingList::class, $instance);
    56         $this->
setGlobalVariable(
'ilAppEventHandler', $this->createMock(ilAppEventHandler::class));
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Customizing of pimple-DIC for ILIAS. 
 
setGlobalVariable(string $name, $value)
 
Unit tests for tree table.