]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/plugins/PluginMarkdownTest.php
Remove the redirector setting
[github/shaarli/Shaarli.git] / tests / plugins / PluginMarkdownTest.php
index 5e7c02b0c8f5b95407733d73cf01f95b26ccf3e8..9ddbc558f3d50294fe286322877d099c30ce0b4a 100644 (file)
@@ -107,7 +107,7 @@ class PluginMarkdownTest extends \PHPUnit\Framework\TestCase
     public function testReverseText2clickable()
     {
         $text = 'stuff http://hello.there/is=someone#here otherstuff';
-        $clickableText = text2clickable($text, '');
+        $clickableText = text2clickable($text);
         $reversedText = reverse_text2clickable($clickableText);
         $this->assertEquals($text, $reversedText);
     }