protected static property ResourceTestBase::$firstCreatedEntityId in JSON:API 8
Same name and namespace in other branches
- 8.2 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
- tests/
src/ Functional/ ResourceTestBase.php, line 100
Class
- ResourceTestBase
- Subclass this for every JSON API resource type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected static $firstCreatedEntityId = 2;