|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Tests on factory implementation for modals. More...
Inheritance diagram for ModalFactoryTest:
Collaboration diagram for ModalFactoryTest:Public Member Functions | |
| testImplementsFactoryInterface () | |
Public Member Functions inherited from ModalBase | |
| getUIFactory () | |
| normalizeHTML (string $html) | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getHelpTextRetriever () | |
| getUploadLimitResolver () | |
| 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 | |
Protected Member Functions inherited from ModalBase | |
| getModalFactory () | |
| getButtonFactory () | |
| getDummyComponent () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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... | |
Tests on factory implementation for modals.
Definition at line 28 of file ModalFactoryTest.php.
| ModalFactoryTest::testImplementsFactoryInterface | ( | ) |
Definition at line 30 of file ModalFactoryTest.php.
References ModalBase\getDummyComponent(), and ModalBase\getModalFactory().
Here is the call graph for this function: