You are here

protected function EditorTest::getPostDocument in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::getPostDocument()
  2. 9 core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::getPostDocument()

File

core/modules/jsonapi/tests/src/Functional/EditorTest.php, line 157

Class

EditorTest
JSON:API integration test for the "Editor" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected function getPostDocument() {

  // @todo Update in https://www.drupal.org/node/2300677.
  return [];
}