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