3 declare(strict_types=1);
21 require_once(
'tests/UI/Base.php');
31 $this->assertInstanceOf(
32 'ILIAS\\UI\\Component\\Listing\\CharacteristicValue\\Factory',
36 $this->assertInstanceOf(
37 'ILIAS\\UI\\Component\\Listing\\CharacteristicValue\\Text',
38 $f->text($this->getTextItemsMock())
44 return new CharacteristicValueFactory();
getCharacteristicValueFactory()
getInvalidTextItemsMocks()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides common functionality for UI tests.