ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
setUp () | |
test_implements_factory_interface () | |
test_implements_factory_interface_without_byline () | |
test_with_min_limit () | |
test_with_max_limit () | |
test_is_limited () | |
test_get_min_limit () | |
test_get_max_limit () | |
test_renderer () | |
test_renderer_with_min_limit () | |
test_renderer_with_max_limit () | |
test_renderer_with_min_and_max_limit () | |
test_renderer_counter_with_value () | |
test_renderer_with_error () | |
test_renderer_with_disabled () | |
test_stripsTags () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
buildFactory () | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Private Attributes | |
$name_source | |
Definition at line 14 of file TextareaTest.php.
|
protected |
Definition at line 28 of file TextareaTest.php.
Referenced by test_get_max_limit(), test_get_min_limit(), test_implements_factory_interface(), test_implements_factory_interface_without_byline(), test_is_limited(), test_renderer(), test_renderer_counter_with_value(), test_renderer_with_disabled(), test_renderer_with_error(), test_renderer_with_max_limit(), test_renderer_with_min_and_max_limit(), test_renderer_with_min_limit(), test_stripsTags(), test_with_max_limit(), and test_with_min_limit().
TextareaTest::setUp | ( | ) |
Definition at line 22 of file TextareaTest.php.
TextareaTest::test_get_max_limit | ( | ) |
Definition at line 112 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
TextareaTest::test_get_min_limit | ( | ) |
Definition at line 103 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
TextareaTest::test_implements_factory_interface | ( | ) |
Definition at line 41 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
TextareaTest::test_implements_factory_interface_without_byline | ( | ) |
Definition at line 50 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
TextareaTest::test_is_limited | ( | ) |
Definition at line 81 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
TextareaTest::test_renderer | ( | ) |
Definition at line 122 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_counter_with_value | ( | ) |
Definition at line 217 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_disabled | ( | ) |
Definition at line 265 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_error | ( | ) |
Definition at line 239 of file TextareaTest.php.
References Vendor\Package\$f, $name, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_max_limit | ( | ) |
Definition at line 168 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_min_and_max_limit | ( | ) |
Definition at line 192 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_renderer_with_min_limit | ( | ) |
Definition at line 143 of file TextareaTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\assertHTMLEquals(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
TextareaTest::test_stripsTags | ( | ) |
Definition at line 286 of file TextareaTest.php.
References Vendor\Package\$f, $name, and buildFactory().
TextareaTest::test_with_max_limit | ( | ) |
Definition at line 70 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
TextareaTest::test_with_min_limit | ( | ) |
Definition at line 59 of file TextareaTest.php.
References Vendor\Package\$f, and buildFactory().
|
private |
Definition at line 20 of file TextareaTest.php.