Definition at line 29 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\Numeric\GroupTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 35 of file GroupTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
38 $this->
language = $this->getMockBuilder(Language::class)
39 ->disableOriginalConstructor()
42 $this->group =
new NumericGroup($this->dataFactory, $this->
language);
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.
◆ testIsNumericGroup()
ILIAS\Tests\Refinery\Numeric\GroupTest::testIsNumericGroup |
( |
| ) |
|
Definition at line 45 of file GroupTest.php.
47 $instance = $this->group->isNumeric();
48 $this->assertInstanceOf(IsNumeric::class, $instance);
◆ $dataFactory
DataFactory ILIAS\Tests\Refinery\Numeric\GroupTest::$dataFactory |
|
private |
◆ $group
NumericGroup ILIAS\Tests\Refinery\Numeric\GroupTest::$group |
|
private |
◆ $language
Language ILIAS\Tests\Refinery\Numeric\GroupTest::$language |
|
private |
The documentation for this class was generated from the following file: