Issue #3158277 by Hardik_Patel_12, kiamlaluno, alexpott, rajandro, longwave: Remove unused local variable from EntityLinkTest.php file

merge-requests/7/head
catch 2020-08-26 09:32:04 +01:00
parent 8aa82d81b0
commit b045d78c38
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class EntityLinkTest extends UnitTestCase {
$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())