ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getToastFactory () | |
getIconFactory () | |
getLinkFactory () | |
test_implements_factory_interface () | |
test_toast (string $title, string $description, int $vanish_time, int $delay_time, string $action) | |
toast_provider More... | |
test_toast_container (string $title, string $description, int $vanish_time) | |
toast_provider More... | |
toast_provider () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDataFactory () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML (string $html) | |
assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML (string $html) | |
A more radical version of normalizeHTML. More... | |
brutallyTrimSignals (string $html) | |
A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Definition at line 28 of file ToastTest.php.
ToastTest::getIconFactory | ( | ) |
Definition at line 35 of file ToastTest.php.
Referenced by test_toast(), and test_toast_container().
ToastTest::getLinkFactory | ( | ) |
Definition at line 40 of file ToastTest.php.
Referenced by test_toast().
ToastTest::getToastFactory | ( | ) |
Definition at line 30 of file ToastTest.php.
Referenced by test_implements_factory_interface(), test_toast(), and test_toast_container().
ToastTest::test_implements_factory_interface | ( | ) |
Definition at line 45 of file ToastTest.php.
References Vendor\Package\$f, and getToastFactory().
ToastTest::test_toast | ( | string | $title, |
string | $description, | ||
int | $vanish_time, | ||
int | $delay_time, | ||
string | $action | ||
) |
toast_provider
Definition at line 58 of file ToastTest.php.
References getIconFactory(), getLinkFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
ToastTest::test_toast_container | ( | string | $title, |
string | $description, | ||
int | $vanish_time | ||
) |
toast_provider
Definition at line 82 of file ToastTest.php.
References $container, getIconFactory(), getToastFactory(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
ToastTest::toast_provider | ( | ) |
Definition at line 94 of file ToastTest.php.