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