Definition at line 30 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\Custom\GroupTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 36 of file GroupTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
39 $this->
language = $this->getMockBuilder(Language::class)
40 ->disableOriginalConstructor()
43 $this->group =
new CustomGroup($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.
◆ testCustomConstraint()
ILIAS\Tests\Refinery\Custom\GroupTest::testCustomConstraint |
( |
| ) |
|
Definition at line 46 of file GroupTest.php.
48 $instance = $this->group->constraint(
static function ():
void {
50 $this->assertInstanceOf(CustomConstraint::class, $instance);
◆ testCustomTransformation()
ILIAS\Tests\Refinery\Custom\GroupTest::testCustomTransformation |
( |
| ) |
|
Definition at line 53 of file GroupTest.php.
55 $instance = $this->group->transformation(
static function ():
void {
57 $this->assertInstanceOf(CustomTransformation::class, $instance);
◆ $dataFactory
DataFactory ILIAS\Tests\Refinery\Custom\GroupTest::$dataFactory |
|
private |
◆ $group
CustomGroup ILIAS\Tests\Refinery\Custom\GroupTest::$group |
|
private |
◆ $language
Language ILIAS\Tests\Refinery\Custom\GroupTest::$language |
|
private |
The documentation for this class was generated from the following file: