You are here

protected static property FeedTest::$uniqueFieldNames in JSON:API 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/FeedTest.php \Drupal\Tests\jsonapi\Functional\FeedTest::uniqueFieldNames

Fields that need unique values.

Type: string[]

Overrides ResourceTestBase::$uniqueFieldNames

See also

::testPostIndividual()

::getModifiedEntityForPostTesting()

File

tests/src/Functional/FeedTest.php, line 48

Class

FeedTest
JSON:API integration test for the "Feed" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $uniqueFieldNames = [
  'url',
];