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

fix Tests close #250

parent 7ae2a5b8
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ class VisualFunctionsTest extends \Codeception\Test\Unit ...@@ -225,7 +225,7 @@ class VisualFunctionsTest extends \Codeception\Test\Unit
public function testMail() public function testMail()
{ {
$input = '[Mail]some.user+tag@example.com'; $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); $expected = $this->wrap($expected);
$this->assertEquals($expected, formatReady($input)); $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