ILIAS  trunk Revision v11.0_alpha-2406-g7062992332c
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ()
 

Additional Inherited Members

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

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: