ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestPlayerCommandsTest Class Reference

Class ilTestPlayerCommandsTest. More...

+ Inheritance diagram for ilTestPlayerCommandsTest:
+ Collaboration diagram for ilTestPlayerCommandsTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 

Private Attributes

ilTestPlayerCommands $testObj
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestPlayerCommandsTest::setUp ( )
protected

Definition at line 29 of file ilTestPlayerCommandsTest.php.

29  : void
30  {
31  parent::setUp();
32 
33  $this->testObj = new ilTestPlayerCommands();
34  }

◆ test_instantiateObject_shouldReturnInstance()

ilTestPlayerCommandsTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 36 of file ilTestPlayerCommandsTest.php.

36  : void
37  {
38  $this->assertInstanceOf(ilTestPlayerCommands::class, $this->testObj);
39  }

Field Documentation

◆ $testObj

ilTestPlayerCommands ilTestPlayerCommandsTest::$testObj
private

Definition at line 27 of file ilTestPlayerCommandsTest.php.


The documentation for this class was generated from the following file: