ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
setUp () | |
getUIFactory () | |
The rendering of this input requires actual or minimal instances of: More... | |
testRender () | |
testRenderWithByline () | |
testRenderWithLimits () | |
testRenderWithDisabled () | |
testRenderWithRequired () | |
testRenderWithError () | |
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 492 of file MarkdownTest.php.
Referenced by getUIFactory().
|
protected |
Definition at line 480 of file MarkdownTest.php.
References getLanguage().
Referenced by setUp().
|
protected |
Definition at line 543 of file MarkdownTest.php.
Referenced by setUp().
|
protected |
Definition at line 497 of file MarkdownTest.php.
References $markdown_renderer.
Referenced by setUp().
|
protected |
Definition at line 467 of file MarkdownTest.php.
Referenced by testRender(), testRenderWithByline(), testRenderWithDisabled(), testRenderWithError(), testRenderWithLimits(), and testRenderWithRequired().
|
protected |
Definition at line 511 of file MarkdownTest.php.
Referenced by getUIFactory().
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().
|
protected |
Definition at line 527 of file MarkdownTest.php.
References getViewControlModeStub().
Referenced by getUIFactory().
|
protected |
Definition at line 535 of file MarkdownTest.php.
Referenced by getViewControlFactoryMock(), and setUp().
MarkdownTest::setUp | ( | ) |
Definition at line 61 of file MarkdownTest.php.
References buildMinimalFieldFactory(), factory(), getGlyphStub(), getMarkdownRendererMock(), and getViewControlModeStub().
MarkdownTest::testRender | ( | ) |
Definition at line 124 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
MarkdownTest::testRenderWithByline | ( | ) |
Definition at line 174 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
MarkdownTest::testRenderWithDisabled | ( | ) |
Definition at line 294 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
MarkdownTest::testRenderWithError | ( | ) |
Definition at line 408 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
MarkdownTest::testRenderWithLimits | ( | ) |
Definition at line 234 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
MarkdownTest::testRenderWithRequired | ( | ) |
Definition at line 351 of file MarkdownTest.php.
References factory(), and getRendererWithStubs().
|
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.