Definition at line 30 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\Custom\GroupTest::setUp |
( |
| ) |
|
|
protected |
◆ testCustomConstraint()
ILIAS\Tests\Refinery\Custom\GroupTest::testCustomConstraint |
( |
| ) |
|
Definition at line 46 of file GroupTest.php.
46 : void
47 {
48 $instance = $this->group->constraint(static function (): void {
49 }, 'some error');
50 $this->assertInstanceOf(CustomConstraint::class, $instance);
51 }
◆ testCustomTransformation()
ILIAS\Tests\Refinery\Custom\GroupTest::testCustomTransformation |
( |
| ) |
|
Definition at line 53 of file GroupTest.php.
53 : void
54 {
55 $instance = $this->group->transformation(static function (): void {
56 });
57 $this->assertInstanceOf(CustomTransformation::class, $instance);
58 }
◆ $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: