You are here

protected static property RelationshipNormalizerTest::$imageUids in Drupal 9

Static UUIDs for use in tests.

Type: string[]

File

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

Class

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

Namespace

Drupal\Tests\jsonapi\Kernel\Normalizer

Code

protected static $imageUids = [
  1,
  2,
];