3declare(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...
 
Class ilScorm2004BaseTestCase.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_parentObjectMethodExistsAndReturns()
 
test_instantiateObject_shouldReturnInstance()
 
ilSCORM2004TrackingItems $testObj