19 require_once(__DIR__ .
"/../../../../libs/composer/vendor/autoload.php");
20 require_once(__DIR__ .
"/../../Base.php");
31 $this->button_factory =
new I\Component\Button\Factory();
36 $this->assertInstanceOf(
37 "ILIAS\\UI\\Component\\Button\\Minimize",
38 $this->button_factory->minimize()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides common functionality for UI tests.