ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
TestManScoringDoneHelper
ilTestBaseTestCase
TestManScoringDoneHelperTest
Definition:
TestManScoringDoneHelperTest.php:21
ILIAS\Test\TestManScoringDoneHelper
Definition:
TestManScoringDoneHelper.php:28
TestManScoringDoneHelperTest\testConstruct
testConstruct()
Definition:
TestManScoringDoneHelperTest.php:23
components
ILIAS
Test
tests
TestManScoringDoneHelperTest.php
Generated on Sun Aug 31 2025 23:04:01 for ILIAS by
1.8.13 (using
Doxyfile
)