You are here

protected static property BlockContentTest::$uniqueFieldNames in JSON:API 8

Fields that need unique values.

Type: string[]

Overrides ResourceTestBase::$uniqueFieldNames

See also

::testPostIndividual()

::getModifiedEntityForPostTesting()

File

tests/src/Functional/BlockContentTest.php, line 54

Class

BlockContentTest
JSON API integration test for the "BlockContent" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

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