ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilTestBaseTestCase
Class ilTestBaseClass.
Definition:
ilTestBaseTestCase.php:31
ilTestSkillLevelThresholdImportFailsTest
Class ilTestSkillLevelThresholdImportFailsTest.
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:26
ilTestSkillLevelThresholdImportFailsTest\$testObj
ilTestSkillLevelThresholdImportFails $testObj
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:27
ilTestSkillLevelThresholdImportFailsTest\test_instantiateObject_shouldReturnInstance
test_instantiateObject_shouldReturnInstance()
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:36
ilTestSkillLevelThresholdImportFailsTest\setUp
setUp()
Definition:
ilTestSkillLevelThresholdImportFailsTest.php:29
ilTestSkillLevelThresholdImportFails
Definition:
class.ilTestSkillLevelThresholdImportFails.php:28
components
ILIAS
Test
tests
ilTestSkillLevelThresholdImportFailsTest.php
Generated on Sat Oct 18 2025 23:04:32 for ILIAS by
1.9.4 (using
Doxyfile
)