|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Base class for modal tests. More...
Inheritance diagram for ModalBase:
Collaboration diagram for ModalBase:Public Member Functions | |
| 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) | |
Protected Member Functions | |
| 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... | |
Base class for modal tests.
Definition at line 34 of file ModalBase.php.
|
protected |
Definition at line 66 of file ModalBase.php.
Referenced by RoundTripTest\testGetActionButtons(), RoundTripTest\testSimpleRendering(), and RoundTripTest\testWithActionButtons().
Here is the caller graph for this function:
|
protected |
Definition at line 71 of file ModalBase.php.
Referenced by RoundTripTest\testGetActionButtons(), RoundTripTest\testGetContent(), RoundTripTest\testGetTitle(), ModalFactoryTest\testImplementsFactoryInterface(), and RoundTripTest\testWithActionButtons().
Here is the caller graph for this function:
|
protected |
Definition at line 51 of file ModalBase.php.
Referenced by LightboxTest\testDifferentPageTypeRendering(), RoundTripTest\testGetActionButtons(), InterruptiveTest\testGetAffectedItems(), RoundTripTest\testGetContent(), InterruptiveTest\testGetFormAction(), InterruptiveTest\testGetMessage(), LightboxTest\testGetMultiplePage(), LightboxTest\testGetSinglePage(), RoundTripTest\testGetTitle(), InterruptiveTest\testGetTitle(), ModalFactoryTest\testImplementsFactoryInterface(), InterruptiveTest\testLabels(), InterruptiveTest\testRenderingWithItems(), LightboxTest\testSimplePageRendering(), RoundTripTest\testSimpleRendering(), InterruptiveTest\testSimpleRendering(), RoundTripTest\testWithActionButtons(), InterruptiveTest\testWithAffectedItems(), and InterruptiveTest\testWithFormAction().
Here is the caller graph for this function:| ModalBase::getUIFactory | ( | ) |
Definition at line 36 of file ModalBase.php.
References Vendor\Package\$f, and ILIAS\UI\examples\MainControls\Slate\Legacy\legacy().
Referenced by RoundTripTest\testSimpleRendering().
Here is the call graph for this function:
Here is the caller graph for this function:| ModalBase::normalizeHTML | ( | string | $html | ) |
Definition at line 76 of file ModalBase.php.
Referenced by LightboxTest\testDifferentPageTypeRendering(), InterruptiveTest\testRenderingWithItems(), and LightboxTest\testSimplePageRendering().
Here is the caller graph for this function: