ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on card implementation. More...
Public Member Functions | |
getFactory () | |
test_implements_factory_interface () | |
test_get_title () | |
test_with_title () | |
test_with_string_title_action () | |
test_with_signal_title_action () | |
test_with_highlight () | |
test_get_image () | |
test_with_image () | |
test_with_section () | |
test_render_content_full () | |
test_render_content_with_highlight () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Private Member Functions | |
getCardFactory () | |
getBaseCard () | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test on card implementation.
Definition at line 14 of file CardTest.php.
|
private |
Definition at line 36 of file CardTest.php.
References getCardFactory().
Referenced by test_get_image(), test_get_title(), test_implements_factory_interface(), test_render_content_full(), test_render_content_with_highlight(), test_with_highlight(), test_with_image(), test_with_section(), test_with_signal_title_action(), test_with_string_title_action(), and test_with_title().
|
private |
Definition at line 31 of file CardTest.php.
Referenced by getBaseCard().
CardTest::getFactory | ( | ) |
Definition at line 19 of file CardTest.php.
References Vendor\Package\$f, $factory, and legacy().
Referenced by test_render_content_full(), and test_with_section().
CardTest::test_get_image | ( | ) |
Definition at line 86 of file CardTest.php.
References getBaseCard().
CardTest::test_get_title | ( | ) |
Definition at line 49 of file CardTest.php.
References $c, and getBaseCard().
CardTest::test_implements_factory_interface | ( | ) |
Definition at line 44 of file CardTest.php.
References getBaseCard().
CardTest::test_render_content_full | ( | ) |
Definition at line 113 of file CardTest.php.
References $c, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), getBaseCard(), ILIAS_UI_TestBase\getDefaultRenderer(), and getFactory().
CardTest::test_render_content_with_highlight | ( | ) |
Definition at line 134 of file CardTest.php.
References $c, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), getBaseCard(), and ILIAS_UI_TestBase\getDefaultRenderer().
CardTest::test_with_highlight | ( | ) |
Definition at line 79 of file CardTest.php.
References $c, and getBaseCard().
CardTest::test_with_image | ( | ) |
Definition at line 94 of file CardTest.php.
References $c, and getBaseCard().
CardTest::test_with_section | ( | ) |
Definition at line 103 of file CardTest.php.
References $c, Vendor\Package\$f, getBaseCard(), and getFactory().
CardTest::test_with_signal_title_action | ( | ) |
Definition at line 71 of file CardTest.php.
References $c, and getBaseCard().
CardTest::test_with_string_title_action | ( | ) |
Definition at line 64 of file CardTest.php.
References $c, and getBaseCard().
CardTest::test_with_title | ( | ) |
Definition at line 56 of file CardTest.php.
References $c, and getBaseCard().