|
ILIAS
release_8 Revision v8.24
|
Class TagInputTest. More...
Inheritance diagram for TagInputTest:
Collaboration diagram for TagInputTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| @doesNotPerformAssertions More... | |
| testRender () | |
| testRenderError () | |
| testRenderNoByline () | |
| testRenderRequired () | |
| testRenderDisabled () | |
| testNullValueLeadsToException () | |
| testUserCreatedNotAllowed () | |
| testMaxTagsOk () | |
| test_max_tags_not_ok () | |
| testMaxTaglengthTagsOk () | |
| testMaxTaglengthTagsNotOk () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| 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 | |
| buildFactory () | |
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... | |
Protected Attributes | |
| DefNamesource | $name_source |
Class TagInputTest.
Definition at line 35 of file TagInputTest.php.
|
protected |
Definition at line 44 of file TagInputTest.php.
Referenced by test_max_tags_not_ok(), testImplementsFactoryInterface(), testMaxTaglengthTagsNotOk(), testMaxTaglengthTagsOk(), testMaxTagsOk(), testNullValueLeadsToException(), testRender(), testRenderDisabled(), testRenderError(), testRenderNoByline(), testRenderRequired(), and testUserCreatedNotAllowed().
Here is the caller graph for this function:| TagInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 39 of file TagInputTest.php.
| TagInputTest::test_max_tags_not_ok | ( | ) |
Definition at line 298 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testImplementsFactoryInterface | ( | ) |
@doesNotPerformAssertions
Definition at line 60 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testMaxTaglengthTagsNotOk | ( | ) |
Definition at line 321 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testMaxTaglengthTagsOk | ( | ) |
Definition at line 310 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testMaxTagsOk | ( | ) |
Definition at line 287 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testNullValueLeadsToException | ( | ) |
Definition at line 244 of file TagInputTest.php.
References Vendor\Package\$f, $name, and buildFactory().
Here is the call graph for this function:| TagInputTest::testRender | ( | ) |
Definition at line 71 of file TagInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderDisabled | ( | ) |
Definition at line 167 of file TagInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderError | ( | ) |
Definition at line 95 of file TagInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderNoByline | ( | ) |
Definition at line 121 of file TagInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderRequired | ( | ) |
Definition at line 143 of file TagInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testUserCreatedNotAllowed | ( | ) |
Definition at line 257 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file TagInputTest.php.