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