19 declare(strict_types=1);
    30     protected function setUp(): void
    35         $this->addGlobal_ilCtrl();
    36         $this->addGlobal_lng();
    37         $this->addGlobal_http();
    38         $this->addGlobal_ilUser();
    40         $test_obj_mock = $this->getTestObjMock();
    41         $parent_gui_mock = $this->createMock(\ilTestPlayerAbstractGUI::class);
    47             $this->createMock(Factory::class),
    58         $this->assertInstanceOf(QuestionsOfAttemptTable::class, $this->table);
 
QuestionsOfAttemptTable $table
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_instantiateObject_shouldReturnInstance()