3 declare(strict_types=1);
    29     protected function setUp(): void
    43         $this->assertInstanceOf(ilSCORM2004TrackingItems::class, $this->testObj);
    50         $SCORMTimeToSeconds = $this->testObj->SCORMTimeToSeconds($timeStr);
    52         $this->assertEquals($timeInt, $SCORMTimeToSeconds);
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilSCORM2004TrackingItems $testObj
 
test_parentObjectMethodExistsAndReturns()
 
Class ilScorm2004BaseTestCase. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_instantiateObject_shouldReturnInstance()