19 require_once(__DIR__ . 
"/../../../../../../vendor/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()