EntityResourceTestBase::$secondCreatedEntityId

Same name and namespace in other branches
  1. 9 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::secondCreatedEntityId
  2. 10 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::secondCreatedEntityId
  3. 11.x core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::secondCreatedEntityId

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

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

Type: string|int

See also

::testPost()

File

core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php, line 130

Class

EntityResourceTestBase
Even though there is the generic EntityResource, it's necessary for every entity type to have its own test, because they each have different fields, validation constraints, et cetera. It's not because the generic case works, that every caseā€¦

Namespace

Drupal\Tests\rest\Functional\EntityResource

Code

protected static $secondCreatedEntityId = 3;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.