|
| testGetSupportedStructure (Structure $dp_bold, Structure $dp_italic, Structure $dp_heading_1, Structure $dp_heading_2, Structure $dp_heading_3, Structure $dp_heading_4, Structure $dp_heading_5, Structure $dp_heading_6, Structure $dp_unordered_list, Structure $dp_ordered_list, Structure $dp_paragraph, Structure $dp_link, Structure $dp_blockquote, Structure $dp_code) |
| constructDataProvider More...
|
|
| testIsRawStringCompliant (string $markdown_string, bool $compliance) |
| stringComplianceDataProvider More...
|
|
◆ constructDataProvider()
static SimpleDocumentMarkdownShapeTest::constructDataProvider |
( |
| ) |
|
|
static |
◆ setUp()
SimpleDocumentMarkdownShapeTest::setUp |
( |
| ) |
|
|
protected |
◆ stringComplianceDataProvider()
static SimpleDocumentMarkdownShapeTest::stringComplianceDataProvider |
( |
| ) |
|
|
static |
◆ testGetSupportedStructure()
SimpleDocumentMarkdownShapeTest::testGetSupportedStructure |
( |
Structure |
$dp_bold, |
|
|
Structure |
$dp_italic, |
|
|
Structure |
$dp_heading_1, |
|
|
Structure |
$dp_heading_2, |
|
|
Structure |
$dp_heading_3, |
|
|
Structure |
$dp_heading_4, |
|
|
Structure |
$dp_heading_5, |
|
|
Structure |
$dp_heading_6, |
|
|
Structure |
$dp_unordered_list, |
|
|
Structure |
$dp_ordered_list, |
|
|
Structure |
$dp_paragraph, |
|
|
Structure |
$dp_link, |
|
|
Structure |
$dp_blockquote, |
|
|
Structure |
$dp_code |
|
) |
| |
constructDataProvider
Definition at line 74 of file SimpleDocumentMarkdownShapeTest.php.
90 $supported_structure = $this->simple_doc_markdown_shape->getSupportedStructure();
109 $this->assertEquals($expected, $supported_structure);
◆ testIsRawStringCompliant()
SimpleDocumentMarkdownShapeTest::testIsRawStringCompliant |
( |
string |
$markdown_string, |
|
|
bool |
$compliance |
|
) |
| |
stringComplianceDataProvider
Definition at line 115 of file SimpleDocumentMarkdownShapeTest.php.
117 $this->assertEquals($this->simple_doc_markdown_shape->isRawStringCompliant($markdown_string), $compliance);
◆ $simple_doc_markdown_shape
The documentation for this class was generated from the following file: