You are here

public function ShortcutTest::testPostIndividual in JSON:API 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::testPostIndividual()

Tests POSTing an individual resource, plus edge cases to ensure good DX.

Overrides ResourceTestBase::testPostIndividual

File

tests/src/Functional/ShortcutTest.php, line 152

Class

ShortcutTest
JSON:API integration test for the "Shortcut" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

public function testPostIndividual() {
  $this
    ->markTestSkipped('Disabled until https://www.drupal.org/project/drupal/issues/2982060 is fixed.');
}