ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
TestManScoringDoneHelperTest.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\Test\TestManScoringDoneHelper
;
20
21
class
TestManScoringDoneHelperTest
extends
ilTestBaseTestCase
22
{
23
public
function
testConstruct
(): void
24
{
25
$testManScoringDoneHelper =
new
TestManScoringDoneHelper
();
26
$this->assertInstanceOf(TestManScoringDoneHelper::class, $testManScoringDoneHelper);
27
28
$testManScoringDoneHelper =
new
TestManScoringDoneHelper
($this->createMock(ilDBInterface::class));
29
$this->assertInstanceOf(TestManScoringDoneHelper::class, $testManScoringDoneHelper);
30
}
31
}
ILIAS\Test\TestManScoringDoneHelper
Definition:
TestManScoringDoneHelper.php:29
TestManScoringDoneHelperTest
Definition:
TestManScoringDoneHelperTest.php:22
TestManScoringDoneHelperTest\testConstruct
testConstruct()
Definition:
TestManScoringDoneHelperTest.php:23
ilTestBaseTestCase
Class ilTestBaseClass.
Definition:
ilTestBaseTestCase.php:31
components
ILIAS
Test
tests
TestManScoringDoneHelperTest.php
Generated on Sat Oct 18 2025 23:04:33 for ILIAS by
1.9.4 (using
Doxyfile
)