ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Tests\Refinery\Numeric\GroupTest Class Reference
+ Inheritance diagram for ILIAS\Tests\Refinery\Numeric\GroupTest:
+ Collaboration diagram for ILIAS\Tests\Refinery\Numeric\GroupTest:

Public Member Functions

 testIsNumericGroup ()
 

Protected Member Functions

 setUp ()
 

Private Attributes

NumericGroup $group
 
DataFactory $dataFactory
 
Language $language
 

Detailed Description

Definition at line 29 of file GroupTest.php.

Member Function Documentation

◆ setUp()

ILIAS\Tests\Refinery\Numeric\GroupTest::setUp ( )
protected

Definition at line 35 of file GroupTest.php.

References ILIAS\UI\examples\Symbol\Glyph\Language\language().

35  : void
36  {
37  $this->dataFactory = new DataFactory();
38  $this->language = $this->getMockBuilder(Language::class)
39  ->disableOriginalConstructor()
40  ->getMock();
41 
42  $this->group = new NumericGroup($this->dataFactory, $this->language);
43  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
language()
description: > Example for rendring a language glyph.
Definition: language.php:41
+ Here is the call graph for this function:

◆ testIsNumericGroup()

ILIAS\Tests\Refinery\Numeric\GroupTest::testIsNumericGroup ( )

Definition at line 45 of file GroupTest.php.

45  : void
46  {
47  $instance = $this->group->isNumeric();
48  $this->assertInstanceOf(IsNumeric::class, $instance);
49  }

Field Documentation

◆ $dataFactory

DataFactory ILIAS\Tests\Refinery\Numeric\GroupTest::$dataFactory
private

Definition at line 32 of file GroupTest.php.

◆ $group

NumericGroup ILIAS\Tests\Refinery\Numeric\GroupTest::$group
private

Definition at line 31 of file GroupTest.php.

◆ $language

Language ILIAS\Tests\Refinery\Numeric\GroupTest::$language
private

Definition at line 33 of file GroupTest.php.


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