Commit b045d78c authored by catch's avatar catch
Browse files

Issue #3158277 by Hardik_Patel_12, kiamlaluno, alexpott, rajandro, longwave:...

Issue #3158277 by Hardik_Patel_12, kiamlaluno, alexpott, rajandro, longwave: Remove unused local variable from EntityLinkTest.php file
parent 8aa82d81
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ public function testToLink($entity_label, $link_text, $expected_text, $link_rel
    $route_name = $route_name_map[$link_rel];
    $entity_id = 'test_entity_id';
    $entity_type_id = 'test_entity_type';
    $expected = '<a href="/test_entity_type/test_entity_id">' . $expected_text . '</a>';

    $entity_type = $this->createMock('Drupal\Core\Entity\EntityTypeInterface');
    $entity_type->expects($this->once())