You are here

public function FileTest::testPostIndividual in JSON:API 8.2

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

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

Overrides ResourceTestBase::testPostIndividual

File

tests/src/Functional/FileTest.php, line 194

Class

FileTest
JSON:API integration test for the "File" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

public function testPostIndividual() {

  // @todo https://www.drupal.org/node/1927648
  $this
    ->markTestSkipped();
}