3declare(strict_types=1);
 
   29    protected function setUp(): void
 
   33        $return_statement = $this->getMockBuilder(ilDBStatement::class)->getMock();
 
   35        $db_mock = $this->createMock(ilDBInterface::class);
 
   36        $db_mock->expects($this->any())
 
   38                ->willReturn($return_statement);
 
   47        $this->assertInstanceOf(ilTestPassFinishTasks::class, $this->testObj);
 
setGlobalVariable(string $name, $value)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_instantiateObject_shouldReturnInstance()
 
ilTestPassFinishTasks $testObj
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...