2require_once(__DIR__ . 
"/../../../../libs/composer/vendor/autoload.php");
 
    3require_once(__DIR__ . 
"/../../Base.php");
 
    5use \ILIAS\UI\Component as 
C;
 
   16        return new \ILIAS\UI\Implementation\Factory();
 
   26        return new \ILIAS\UI\Implementation\Component\Button\Factory();
 
   38        return str_replace([
'×', 
"\t"], [
'', 
''], 
$html);
 
An exception for terminatinating execution or to throw for unit testing.
Provides common functionality for UI tests.
Base class for modal tests.