ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilQTIObjectivesTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
PHPUnit\Framework\TestCase
;
22
23
class
ilQTIObjectivesTest
extends
TestCase
24
{
25
public
function
testConstruct
(): void
26
{
27
$this->assertInstanceOf(ilQTIObjectives::class,
new
ilQTIObjectives
());
28
}
29
}
ilQTIObjectivesTest\testConstruct
testConstruct()
Definition:
ilQTIObjectivesTest.php:25
ilQTIObjectivesTest
Definition:
ilQTIObjectivesTest.php:23
ilQTIObjectives
Definition:
class.ilQTIObjectives.php:29
TestCase
TestCase
components
ILIAS
TestQuestionPool
tests
QTI
ilQTIObjectivesTest.php
Generated on Sun Aug 31 2025 23:04:05 for ILIAS by
1.8.13 (using
Doxyfile
)