Skip to content
Snippets Groups Projects
Commit 961707af authored by André Noack's avatar André Noack
Browse files

fix Tests close #250

parent 37e46aab
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ class VisualFunctionsTest extends \Codeception\Test\Unit
public function testMail()
{
$input = '[Mail]some.user+tag@example.com';
$expected = '<a class="link-extern" href="mailto:some.user+tag@example.com">Mail</a>';
$expected = '<a href="mailto:some.user+tag@example.com">Mail</a>';
$expected = $this->wrap($expected);
$this->assertEquals($expected, formatReady($input));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment