You are here

protected static property FeedTest::$uniqueFieldNames in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/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

core/modules/jsonapi/tests/src/Functional/FeedTest.php, line 53

Class

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

Namespace

Drupal\Tests\jsonapi\Functional

Code

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