2require_once(__DIR__ .
"/../../../../libs/composer/vendor/autoload.php");
3require_once(__DIR__ .
"/../../Base.php");
5use \ILIAS\UI\Component as
C;
6use \ILIAS\UI\Implementation as I;
18 public function counter()
20 return new I\Component\Counter\Factory();
22 public function legacy($content)
24 $f =
new I\Component\Legacy\Factory(
new I\Component\SignalGenerator());
25 return $f->legacy($content);
38 return new \ILIAS\UI\Implementation\Component\Button\Factory();
48 $html = parent::normalizeHTML($html);
50 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.