2 require_once(__DIR__ .
"/../../../../libs/composer/vendor/autoload.php");
3 require_once(__DIR__ .
"/../../Base.php");
5 use \ILIAS\UI\Component as
C;
6 use \ILIAS\UI\Implementation as
I;
17 $factory =
new class extends NoUIFactory {
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);
Provides common functionality for UI tests.
Base class for modal tests.