ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Tests on implementation for the lightbox modal. More...
Public Member Functions | |
testGetSinglePage () | |
testGetMultiplePage () | |
testSimplePageRendering (string $method, array $args, string $expected_html) | |
testDifferentPageTypeRendering () | |
![]() | |
getUIFactory () | |
normalizeHTML (string $html) | |
Static Public Member Functions | |
static | getPageProvider () |
Protected Member Functions | |
getLightboxPage () | |
![]() | |
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().
|
staticprotected |
Definition at line 117 of file LightboxTest.php.
References ILIAS\Repository\button(), and ILIAS\Repository\form().
Referenced by getPageProvider().
|
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().
|
staticprotected |
Definition at line 88 of file LightboxTest.php.
References ILIAS\Repository\button(), and ILIAS\Repository\form().
Referenced by getPageProvider().
|
protected |
Definition at line 83 of file LightboxTest.php.
Referenced by testGetMultiplePage(), and testGetSinglePage().
|
static |
Definition at line 56 of file LightboxTest.php.
References getExpectedCardPageHTML(), getExpectedImagePageHTML(), and getExpectedTextPageHTML().
LightboxTest::testDifferentPageTypeRendering | ( | ) |
Definition at line 68 of file LightboxTest.php.
References getExpectedMixedPagesHTML(), ModalBase\getModalFactory(), and ModalBase\normalizeHTML().
LightboxTest::testGetMultiplePage | ( | ) |
Definition at line 40 of file LightboxTest.php.
References getLightboxPage(), and ModalBase\getModalFactory().
LightboxTest::testGetSinglePage | ( | ) |
Definition at line 33 of file LightboxTest.php.
References getLightboxPage(), and ModalBase\getModalFactory().
LightboxTest::testSimplePageRendering | ( | string | $method, |
array | $args, | ||
string | $expected_html | ||
) |
Definition at line 48 of file LightboxTest.php.
References ModalBase\getModalFactory(), and ModalBase\normalizeHTML().