You are here

protected static property RelationshipNormalizerTest::$userIds in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php \Drupal\Tests\jsonapi\Kernel\Normalizer\RelationshipNormalizerTest::userIds

Static UUIDs for use in tests.

Type: string[]

File

core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php, line 56

Class

RelationshipNormalizerTest
@coversDefaultClass \Drupal\jsonapi\Normalizer\RelationshipNormalizer @group jsonapi

Namespace

Drupal\Tests\jsonapi\Kernel\Normalizer

Code

protected static $userIds = [
  '457fed75-a3ed-4e9e-823c-f9aeff6ec8ca',
  '67e4063f-ac74-46ac-ac5f-07efda9fd551',
];