Merge pull request from ArthurHoaro/hotfix/nomarkdown

The "nomarkdown" tag is no longer private
This commit is contained in:
Arthur 2016-06-06 19:52:32 +02:00
commit bb9ca54838
2 changed files with 20 additions and 5 deletions

View file

@ -125,7 +125,8 @@ class PluginMarkdownTest extends PHPUnit_Framework_TestCase
$data = array(
'links' => array(array(
'description' => $str,
'tags' => NO_MD_TAG
'tags' => NO_MD_TAG,
'taglist' => array(NO_MD_TAG),
))
);
@ -140,7 +141,8 @@ class PluginMarkdownTest extends PHPUnit_Framework_TestCase
// nth link
0 => array(
'formatedDescription' => $str,
'tags' => NO_MD_TAG
'tags' => NO_MD_TAG,
'taglist' => array(),
),
),
),