ILIAS  release_8 Revision v8.24
ilQTIObjectivesTest.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22use PHPUnit\Framework\TestCase;
23
24class ilQTIObjectivesTest extends TestCase
25{
26 public function testConstruct(): void
27 {
28 $this->assertInstanceOf(ilQTIObjectives::class, new ilQTIObjectives());
29 }
30}