Definition at line 30 of file BasicGroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\In\BasicGroupTest::setUp |
( |
| ) |
|
|
protected |
◆ testParallelInstanceCreated()
ILIAS\Tests\Refinery\In\BasicGroupTest::testParallelInstanceCreated |
( |
| ) |
|
Definition at line 39 of file BasicGroupTest.php.
41 $transformation = $this->group->parallel([
new StringTransformation(),
new IntegerTransformation()]);
42 $this->assertInstanceOf(Parallel::class, $transformation);
◆ testSeriesInstanceCreated()
ILIAS\Tests\Refinery\In\BasicGroupTest::testSeriesInstanceCreated |
( |
| ) |
|
Definition at line 45 of file BasicGroupTest.php.
47 $transformation = $this->group->series([
new StringTransformation(),
new IntegerTransformation()]);
48 $this->assertInstanceOf(Series::class, $transformation);
◆ $group
InGroup ILIAS\Tests\Refinery\In\BasicGroupTest::$group |
|
private |
The documentation for this class was generated from the following file: