Definition at line 28 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\Container\GroupTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 33 of file GroupTest.php.
36 $this->group =
new ContainerGroup($this->dataFactory);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ testCustomConstraint()
ILIAS\Tests\Refinery\Container\GroupTest::testCustomConstraint |
( |
| ) |
|
Definition at line 39 of file GroupTest.php.
41 $instance = $this->group->addLabels([
'hello',
'world']);
42 $this->assertInstanceOf(AddLabels::class, $instance);
◆ $dataFactory
DataFactory ILIAS\Tests\Refinery\Container\GroupTest::$dataFactory |
|
private |
◆ $group
ContainerGroup ILIAS\Tests\Refinery\Container\GroupTest::$group |
|
private |
The documentation for this class was generated from the following file: