19 require_once(__DIR__ . 
"/../../../../libs/composer/vendor/autoload.php");
    20 require_once(__DIR__ . 
"/../../Base.php");
    33         $this->button_factory = 
new I\Component\Button\Factory();
    38         $this->assertInstanceOf(
    39             "ILIAS\\UI\\Component\\Button\\Minimize",
    40             $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.