We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf08f54 commit 4bcebe3Copy full SHA for 4bcebe3
test/AutolinkTest.php
@@ -259,6 +259,8 @@ public function testLinkNoScheme()
259
260
public function testLinkNoSchemeShouldIgnoreEmail(): void
261
{
262
+ $this->instance->linkNoScheme('http');
263
+
264
$url = 'ABC hello@email.com CBA';
265
266
self::assertEquals('ABC hello@email.com CBA', $this->instance->convert($url));
0 commit comments