aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/lib/VisualTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/lib/VisualTest.php')
-rw-r--r--tests/unit/lib/VisualTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/lib/VisualTest.php b/tests/unit/lib/VisualTest.php
index f3157b1..ae0b941 100644
--- a/tests/unit/lib/VisualTest.php
+++ b/tests/unit/lib/VisualTest.php
@@ -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));
}