You are here

abstract protected function EntityResourceTestBase::getExpectedNormalizedEntity in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()
  2. 9 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()

Returns the expected normalization of the entity.

Return value

array

See also

::createEntity()

1 call to EntityResourceTestBase::getExpectedNormalizedEntity()
EntityResourceTestBase::testGet in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Tests a GET request for an entity, plus edge cases to ensure good DX.
24 methods override EntityResourceTestBase::getExpectedNormalizedEntity()
ActionResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
Returns the expected normalization of the entity.
BlockContentResourceTestBase::getExpectedNormalizedEntity in core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
Returns the expected normalization of the entity.
BlockContentTypeResourceTestBase::getExpectedNormalizedEntity in core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php
Returns the expected normalization of the entity.
ConfigTestResourceTestBase::getExpectedNormalizedEntity in core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
Returns the expected normalization of the entity.
ContactFormResourceTestBase::getExpectedNormalizedEntity in core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
Returns the expected normalization of the entity.

... See full list

File

core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php, line 271

Class

EntityResourceTestBase
Even though there is the generic EntityResource, it's necessary for every entity type to have its own test, because they each have different fields, validation constraints, et cetera. It's not because the generic case works, that every case…

Namespace

Drupal\Tests\rest\Functional\EntityResource

Code

protected abstract function getExpectedNormalizedEntity();