| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for TextInputTest:
 Collaboration diagram for TextInputTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| testRender () | |
| testRenderError () | |
| testRenderNoByline () | |
| testRenderValue () | |
| testRenderValue0 () | |
| testRenderRequired () | |
| testRenderDisabled () | |
| testMaxLength () | |
| testRenderMaxValue () | |
| testValueRequired () | |
| testStripsTags () | |
  Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getHelpTextRetriever () | |
| getUploadLimitResolver () | |
| 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 | 
Definition at line 31 of file TextInputTest.php.
      
  | 
  protected | 
Definition at line 40 of file TextInputTest.php.
Referenced by testImplementsFactoryInterface(), testMaxLength(), testRender(), testRenderDisabled(), testRenderError(), testRenderMaxValue(), testRenderNoByline(), testRenderRequired(), testRenderValue(), testRenderValue0(), testStripsTags(), and testValueRequired().
 Here is the caller graph for this function:| TextInputTest::setUp | ( | ) | 
Definition at line 35 of file TextInputTest.php.
| TextInputTest::testImplementsFactoryInterface | ( | ) | 
Definition at line 53 of file TextInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:| TextInputTest::testMaxLength | ( | ) | 
Definition at line 201 of file TextInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:| TextInputTest::testRender | ( | ) | 
Definition at line 63 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderDisabled | ( | ) | 
Definition at line 183 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderError | ( | ) | 
Definition at line 85 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderMaxValue | ( | ) | 
Definition at line 218 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderNoByline | ( | ) | 
Definition at line 109 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderRequired | ( | ) | 
Definition at line 165 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderValue | ( | ) | 
Definition at line 127 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testRenderValue0 | ( | ) | 
Definition at line 146 of file TextInputTest.php.
References Vendor\Package\$f, $r, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
 Here is the call graph for this function:| TextInputTest::testStripsTags | ( | ) | 
Definition at line 253 of file TextInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:| TextInputTest::testValueRequired | ( | ) | 
Definition at line 236 of file TextInputTest.php.
References Vendor\Package\$f, and buildFactory().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 33 of file TextInputTest.php.