You are here

protected static property WorkspaceResourceTestBase::$firstCreatedEntityId in Workspace 8.2

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

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

Type: string|int

Overrides EntityResourceTestBase::$firstCreatedEntityId

See also

::testPost()

File

tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php, line 35

Class

WorkspaceResourceTestBase
Base class for workspace EntityResource tests.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

protected static $firstCreatedEntityId = 'running_on_faith';