You are here

protected static property EntityResourceTest::$nodeUuid in JSON:API 8.2

Static UUIDs to use in testing.

Type: array

File

tests/src/Kernel/Controller/EntityResourceTest.php, line 41

Class

EntityResourceTest
@coversDefaultClass \Drupal\jsonapi\Controller\EntityResource @group jsonapi @group legacy

Namespace

Drupal\Tests\jsonapi\Kernel\Controller

Code

protected static $nodeUuid = [
  1 => '83bc47ad-2c58-45e3-9136-abcdef111111',
  2 => '83bc47ad-2c58-45e3-9136-abcdef222222',
  3 => '83bc47ad-2c58-45e3-9136-abcdef333333',
  4 => '83bc47ad-2c58-45e3-9136-abcdef444444',
];