Problem/Motivation
\Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::testGet
is currently testing for the Link
header for all entity types. This fails for entity types with no link templates. Example \Drupal\aggregator\Entity\Item
.
Proposed resolution
Tests for Link
headers if the entity type has link templates.