|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Tests on implementation for the lightbox modal. More...
Inheritance diagram for LightboxTest:
Collaboration diagram for LightboxTest:Public Member Functions | |
| testGetSinglePage () | |
| testGetMultiplePage () | |
| testSimplePageRendering (string $method, array $args, string $expected_html) | |
| testDifferentPageTypeRendering () | |
Public Member Functions inherited from ModalBase | |
| getUIFactory () | |
| normalizeHTML (string $html) | |
Static Public Member Functions | |
| static | getPageProvider () |
Protected Member Functions | |
| getLightboxPage () | |
Protected Member Functions inherited from ModalBase | |
| getModalFactory () | |
| getButtonFactory () | |
| getDummyComponent () | |
Static Protected Member Functions | |
| static | getExpectedTextPageHTML () |
| static | getExpectedImagePageHTML () |
| static | getExpectedMixedPagesHTML () |
Static Private Member Functions | |
| static | getExpectedCardPageHTML () |
Tests on implementation for the lightbox modal.
Definition at line 31 of file LightboxTest.php.
|
staticprivate |
Definition at line 203 of file LightboxTest.php.
References ILIAS\Repository\button(), Vendor\Package\foo(), and ILIAS\Repository\form().
Referenced by getPageProvider().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 117 of file LightboxTest.php.
References ILIAS\Repository\button(), and ILIAS\Repository\form().
Referenced by getPageProvider().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 151 of file LightboxTest.php.
References ILIAS\Repository\button(), ILIAS\Repository\form(), and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\to().
Referenced by testDifferentPageTypeRendering().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 88 of file LightboxTest.php.
References ILIAS\Repository\button(), and ILIAS\Repository\form().
Referenced by getPageProvider().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file LightboxTest.php.
Referenced by testGetMultiplePage(), and testGetSinglePage().
Here is the caller graph for this function:
|
static |
Definition at line 56 of file LightboxTest.php.
References getExpectedCardPageHTML(), getExpectedImagePageHTML(), and getExpectedTextPageHTML().
Here is the call graph for this function:| LightboxTest::testDifferentPageTypeRendering | ( | ) |
Definition at line 68 of file LightboxTest.php.
References getExpectedMixedPagesHTML(), ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
Here is the call graph for this function:| LightboxTest::testGetMultiplePage | ( | ) |
Definition at line 40 of file LightboxTest.php.
References getLightboxPage(), and ModalBase\getModalFactory().
Here is the call graph for this function:| LightboxTest::testGetSinglePage | ( | ) |
Definition at line 33 of file LightboxTest.php.
References getLightboxPage(), and ModalBase\getModalFactory().
Here is the call graph for this function:| LightboxTest::testSimplePageRendering | ( | string | $method, |
| array | $args, | ||
| string | $expected_html | ||
| ) |
Definition at line 48 of file LightboxTest.php.
References ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
Here is the call graph for this function: