ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilTestPlayerCommandsTest.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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
}
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
ilTestBaseTestCase
Class ilTestBaseClass.
Definition:
ilTestBaseTestCase.php:35
ilTestPlayerCommandsTest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilTestPlayerCommandsTest.php:25
ilTestPlayerCommands
Definition:
class.ilTestPlayerCommands.php:26
Modules
Test
test
ilTestPlayerCommandsTest.php
Generated on Sun Aug 31 2025 22:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)