protected static property FeedTest::$uniqueFieldNames in JSON:API 8
Same name and namespace in other branches
- 8.2 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 50
Class
- FeedTest
- JSON API integration test for the "Feed" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected static $uniqueFieldNames = [
'url',
];