ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilTestSkillLevelThresholdImportFailsTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilTestSkillLevelThresholdImportFailsTest
extends
ilTestBaseTestCase
26
{
27
private
ilTestSkillLevelThresholdImportFails
$testObj
;
28
29
protected
function
setUp
(): void
30
{
31
parent::setUp();
32
33
$this->testObj =
new
ilTestSkillLevelThresholdImportFails
(201);
34
}
35
36
public
function
test_instantiateObject_shouldReturnInstance
(): void
37
{
38
$this->assertInstanceOf(ilTestSkillLevelThresholdImportFails::class, $this->testObj);
39
}
40
}
ilTestSkillLevelThresholdImportFails
Definition:
class.ilTestSkillLevelThresholdImportFails.php:27
ilTestBaseTestCase
ilTestSkillLevelThresholdImportFailsTest\$testObj
ilTestSkillLevelThresholdImportFails $testObj
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:27
ilTestSkillLevelThresholdImportFailsTest\setUp
setUp()
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:29
ilTestSkillLevelThresholdImportFailsTest\test_instantiateObject_shouldReturnInstance
test_instantiateObject_shouldReturnInstance()
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:36
ilTestSkillLevelThresholdImportFailsTest
Class ilTestSkillLevelThresholdImportFailsTest.
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:25
components
ILIAS
Test
tests
ilTestSkillLevelThresholdImportFailsTest.php
Generated on Sun Aug 31 2025 23:04:00 for ILIAS by
1.8.13 (using
Doxyfile
)