You are here

protected function NodeTypeResourceTestBase::getNormalizedPostEntity in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php \Drupal\Tests\node\Functional\Rest\NodeTypeResourceTestBase::getNormalizedPostEntity()

Returns the normalized POST entity.

Return value

array

Overrides EntityResourceTestBase::getNormalizedPostEntity

See also

::testPost

File

core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php, line 75

Class

NodeTypeResourceTestBase
ResourceTestBase for NodeType entity.

Namespace

Drupal\Tests\node\Functional\Rest

Code

protected function getNormalizedPostEntity() {

  // @todo Update in https://www.drupal.org/node/2300677.
}