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 4583ab2 commit 9974dd9Copy full SHA for 9974dd9
tests/LinkTest.php
@@ -57,8 +57,6 @@ public function testToHtml(): void
57
{
58
$link = new Link('<b>87</b>', 'http://example.com', ['class' => 'foo bar', 'hidden' => null], 0, 0);
59
60
- $attributes = $link->getAttributes();
61
-
62
$this->assertEquals('<a class="foo bar" hidden href="http://example.com"><b>87</b></a>', $link->toHtml());
63
}
64
0 commit comments