diff options
Diffstat (limited to 'tests/plugins/PluginMarkdownTest.php')
-rw-r--r-- | tests/plugins/PluginMarkdownTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/PluginMarkdownTest.php b/tests/plugins/PluginMarkdownTest.php index 5e7c02b0..9ddbc558 100644 --- a/tests/plugins/PluginMarkdownTest.php +++ b/tests/plugins/PluginMarkdownTest.php | |||
@@ -107,7 +107,7 @@ class PluginMarkdownTest extends \PHPUnit\Framework\TestCase | |||
107 | public function testReverseText2clickable() | 107 | public function testReverseText2clickable() |
108 | { | 108 | { |
109 | $text = 'stuff http://hello.there/is=someone#here otherstuff'; | 109 | $text = 'stuff http://hello.there/is=someone#here otherstuff'; |
110 | $clickableText = text2clickable($text, ''); | 110 | $clickableText = text2clickable($text); |
111 | $reversedText = reverse_text2clickable($clickableText); | 111 | $reversedText = reverse_text2clickable($clickableText); |
112 | $this->assertEquals($text, $reversedText); | 112 | $this->assertEquals($text, $reversedText); |
113 | } | 113 | } |