|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Private Attributes | |
| $name_source | |
Class TagInputTest.
Definition at line 18 of file TagInputTest.php.
|
protected |
Definition at line 30 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 25 of file TagInputTest.php.
| TagInputTest::test_max_tags_not_ok | ( | ) |
Definition at line 289 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testImplementsFactoryInterface | ( | ) |
@doesNotPerformAssertions
Definition at line 45 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testMaxTaglengthTagsNotOk | ( | ) |
Definition at line 314 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testMaxTaglengthTagsOk | ( | ) |
Definition at line 302 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testMaxTagsOk | ( | ) |
Definition at line 277 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| TagInputTest::testNullValueLeadsToException | ( | ) |
Definition at line 233 of file TagInputTest.php.
References Vendor\Package\$f, $name, and buildFactory().
Here is the call graph for this function:| TagInputTest::testRender | ( | ) |
Definition at line 56 of file TagInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderDisabled | ( | ) |
Definition at line 156 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 81 of file TagInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderNoByline | ( | ) |
Definition at line 108 of file TagInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testRenderRequired | ( | ) |
Definition at line 131 of file TagInputTest.php.
References Vendor\Package\$f, $name, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| TagInputTest::testUserCreatedNotAllowed | ( | ) |
Definition at line 246 of file TagInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:
|
private |
Definition at line 23 of file TagInputTest.php.