Skip to content

Commit 4bcebe3

Browse files
committed
Fix test
1 parent bf08f54 commit 4bcebe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/AutolinkTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ public function testLinkNoScheme()
259259

260260
public function testLinkNoSchemeShouldIgnoreEmail(): void
261261
{
262+
$this->instance->linkNoScheme('http');
263+
262264
$url = 'ABC [email protected] CBA';
263265

264266
self::assertEquals('ABC [email protected] CBA', $this->instance->convert($url));

0 commit comments

Comments
 (0)