Skip to content

Commit 9974dd9

Browse files
committed
Remove unused variable.
1 parent 4583ab2 commit 9974dd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/LinkTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public function testToHtml(): void
5757
{
5858
$link = new Link('<b>87</b>', 'http://example.com', ['class' => 'foo bar', 'hidden' => null], 0, 0);
5959

60-
$attributes = $link->getAttributes();
61-
6260
$this->assertEquals('<a class="foo bar" hidden href="http://example.com">&lt;b&gt;87&lt;/b&gt;</a>', $link->toHtml());
6361
}
6462
}

0 commit comments

Comments
 (0)