assertEquals($tags, $componentNames); } public function test_base() { $componentName = syntax_plugin_webcomponent_cardcolumns::getTags()[0]; $doku_text = '<'. $componentName .'>'.DOKU_LF. '<'.syntax_plugin_webcomponent_card::getTag().' style="width: 18rem;">'.DOKU_LF. '===== Title ====='.DOKU_LF. 'Teaser Text'.DOKU_LF. ''.syntax_plugin_webcomponent_card::getTag().'>'.DOKU_LF. ''.$componentName.'>'; $info = array(); $instructions = p_get_instructions($doku_text); $xhtml = p_render('xhtml', $instructions, $info); $expected = '
Teaser Text
'.DOKU_LF. DOKU_TAB.'