|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for MarkdownTest:
Collaboration diagram for MarkdownTest:Public Member Functions | |
| setUp () | |
| getUIFactory () | |
| The rendering of this input requires actual or minimal instances of: More... | |
| testRender () | |
| testRenderWithByline () | |
| testRenderWithLimits () | |
| testRenderWithDisabled () | |
| testRenderWithRequired () | |
| testRenderWithError () | |
| testRenderWithMustacheVariables () | |
Protected Member Functions | |
| getRendererWithStubs () | |
| buildMinimalFieldFactory () | |
| buildButtonFactory () | |
| getMarkdownRendererMock () | |
| getSymbolFactoryMock () | |
| getViewControlFactoryMock () | |
| getViewControlModeStub () | |
| getGlyphStub (string $name) | |
Protected Attributes | |
| const | TEST_ASYNC_URL = 'https://localhost' |
| const | TEST_PARAMETER_NAME = 'preview' |
| MarkdownRenderer | $markdown_renderer |
| DefNamesource | $name_source |
| FieldFactory | $factory |
| ViewControlMode | $view_control_mock |
| Glyph | $numberedlist_glyph_mock |
| Glyph | $bulledpoint_glyph_mock |
| Glyph | $header_glyph_mock |
| Glyph | $italic_glyph_mock |
| Glyph | $link_glyph_mock |
| Glyph | $bold_glyph_mock |
Definition at line 44 of file MarkdownTest.php.
|
protected |
Definition at line 485 of file MarkdownTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:
|
protected |
Definition at line 473 of file MarkdownTest.php.
References getLanguage().
Referenced by setUp().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 536 of file MarkdownTest.php.
Referenced by setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 490 of file MarkdownTest.php.
References $markdown_renderer.
Referenced by setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 460 of file MarkdownTest.php.
Referenced by testRender(), testRenderWithByline(), testRenderWithDisabled(), testRenderWithError(), testRenderWithLimits(), testRenderWithMustacheVariables(), and testRenderWithRequired().
Here is the caller graph for this function:
|
protected |
Definition at line 504 of file MarkdownTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:| MarkdownTest::getUIFactory | ( | ) |
The rendering of this input requires actual or minimal instances of:
Definition at line 86 of file MarkdownTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), buildButtonFactory(), ILIAS\Repository\button(), getSymbolFactoryMock(), getViewControlFactoryMock(), and ILIAS\Repository\symbol().
Here is the call graph for this function:
|
protected |
Definition at line 520 of file MarkdownTest.php.
References getViewControlModeStub().
Referenced by getUIFactory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 528 of file MarkdownTest.php.
Referenced by getViewControlFactoryMock(), and setUp().
Here is the caller graph for this function:| MarkdownTest::setUp | ( | ) |
Definition at line 61 of file MarkdownTest.php.
References buildMinimalFieldFactory(), factory(), getGlyphStub(), getMarkdownRendererMock(), and getViewControlModeStub().
Here is the call graph for this function:| MarkdownTest::testRender | ( | ) |
Definition at line 124 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:| MarkdownTest::testRenderWithByline | ( | ) |
Definition at line 173 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:| MarkdownTest::testRenderWithDisabled | ( | ) |
Definition at line 290 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:| MarkdownTest::testRenderWithError | ( | ) |
Definition at line 402 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:| MarkdownTest::testRenderWithLimits | ( | ) |
Definition at line 231 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:| MarkdownTest::testRenderWithMustacheVariables | ( | ) |
Definition at line 546 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:| MarkdownTest::testRenderWithRequired | ( | ) |
Definition at line 346 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
Here is the call graph for this function:
|
protected |
Definition at line 59 of file MarkdownTest.php.
|
protected |
Definition at line 55 of file MarkdownTest.php.
|
protected |
Definition at line 51 of file MarkdownTest.php.
|
protected |
Definition at line 56 of file MarkdownTest.php.
|
protected |
Definition at line 57 of file MarkdownTest.php.
|
protected |
Definition at line 58 of file MarkdownTest.php.
|
protected |
Definition at line 49 of file MarkdownTest.php.
Referenced by getMarkdownRendererMock().
|
protected |
Definition at line 50 of file MarkdownTest.php.
|
protected |
Definition at line 54 of file MarkdownTest.php.
|
protected |
Definition at line 53 of file MarkdownTest.php.
|
protected |
Definition at line 46 of file MarkdownTest.php.
|
protected |
Definition at line 47 of file MarkdownTest.php.