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