Definition at line 29 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\Numeric\GroupTest::setUp |
( |
| ) |
|
|
protected |
◆ testIsNumericGroup()
ILIAS\Tests\Refinery\Numeric\GroupTest::testIsNumericGroup |
( |
| ) |
|
Definition at line 45 of file GroupTest.php.
45 : void
46 {
47 $instance = $this->group->isNumeric();
48 $this->assertInstanceOf(IsNumeric::class, $instance);
49 }
◆ $dataFactory
DataFactory ILIAS\Tests\Refinery\Numeric\GroupTest::$dataFactory |
|
private |
◆ $group
NumericGroup ILIAS\Tests\Refinery\Numeric\GroupTest::$group |
|
private |
◆ $language
Language ILIAS\Tests\Refinery\Numeric\GroupTest::$language |
|
private |
The documentation for this class was generated from the following file: