You are here

protected static property RelationshipNormalizerTest::$userUids in Drupal 9

Static UIDs for use in tests.

Type: string[]

File

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

Class

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

Namespace

Drupal\Tests\jsonapi\Kernel\Normalizer

Code

protected static $userUids = [
  10,
  11,
];