3 declare(strict_types=1);
35 protected function setUp(): void
38 $this->
language = $this->getMockBuilder(ilLanguage::class)
39 ->disableOriginalConstructor()
42 $this->group =
new NumericGroup($this->dataFactory, $this->
language);
47 $instance = $this->group->isNumeric();
48 $this->assertInstanceOf(IsNumeric::class, $instance);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...