Definition at line 28 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\Container\GroupTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 33 of file GroupTest.php.
33 : void
34 {
35 $this->dataFactory = new DataFactory();
36 $this->group = new ContainerGroup($this->dataFactory);
37 }
◆ testCustomConstraint()
ILIAS\Tests\Refinery\Container\GroupTest::testCustomConstraint |
( |
| ) |
|
Definition at line 39 of file GroupTest.php.
39 : void
40 {
41 $instance = $this->group->addLabels(['hello', 'world']);
42 $this->assertInstanceOf(AddLabels::class, $instance);
43 }
◆ $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: