ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Test\Tests\Statistics\StatisticsTest Class Reference
+ Inheritance diagram for ILIAS\Test\Tests\Statistics\StatisticsTest:
+ Collaboration diagram for ILIAS\Test\Tests\Statistics\StatisticsTest:

Public Member Functions

 testConstruct ()
 
- Public Member Functions inherited from ilTestBaseTestCase
 createInstanceOf (string $class_name, array $explicit_parameters=[])
 
 createTraitInstanceOf (string $class_name, array $explicit_parameters=[])
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
static getNonPublicPropertyValue (object $obj, string $name)
 
- Data Fields inherited from ilTestBaseTestCase
const string MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT'
 
const string DYNAMIC_CLASS = 'DynamicClass'
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 
Container $backup_dic = null
 
- Static Protected Attributes inherited from ilTestBaseTestCase
static int $DYNAMIC_CLASS_COUNT = 0
 

Detailed Description

Definition at line 25 of file StatisticsTest.php.

Member Function Documentation

◆ testConstruct()

ILIAS\Test\Tests\Statistics\StatisticsTest::testConstruct ( )

Definition at line 27 of file StatisticsTest.php.

27  : void
28  {
29  $ilTestStatistics = new Statistics($this->createMock(\ilTestEvaluationData::class));
30  $this->assertInstanceOf(Statistics::class, $ilTestStatistics);
31  }

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