You are here

protected static property ResourceTestBase::$firstCreatedEntityId in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::firstCreatedEntityId
  2. 10 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::firstCreatedEntityId

The entity ID for the first created entity in testPost().

The default value of 2 should work for most content entities.

Type: string|int

See also

::testPostIndividual()

File

core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php, line 125

Class

ResourceTestBase
Subclass this for every JSON:API resource type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $firstCreatedEntityId = 2;