You are here

protected static property FeedResourceTestBase::$uniqueFieldNames in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php \Drupal\Tests\aggregator\Functional\Rest\FeedResourceTestBase::uniqueFieldNames

The fields that need a different (random) value for each new entity created by a POST request.

Type: string[]

Overrides EntityResourceTestBase::$uniqueFieldNames

File

core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php, line 31

Class

FeedResourceTestBase

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

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