You are here

protected static property PathAliasTest::$entityTypeId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/tests/src/Functional/PathAliasTest.php \Drupal\Tests\jsonapi\Functional\PathAliasTest::entityTypeId

The tested entity type.

Type: string

Overrides ResourceTestBase::$entityTypeId

File

core/modules/jsonapi/tests/src/Functional/PathAliasTest.php, line 29

Class

PathAliasTest
JSON:API integration test for the "PathAlias" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $entityTypeId = 'path_alias';