You are here

protected static property FilterFormatTest::$resourceTypeName in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php \Drupal\Tests\jsonapi\Functional\FilterFormatTest::resourceTypeName
  2. 10 core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php \Drupal\Tests\jsonapi\Functional\FilterFormatTest::resourceTypeName

The name of the tested JSON:API resource type.

Type: string

Overrides ResourceTestBase::$resourceTypeName

File

core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php, line 33

Class

FilterFormatTest
JSON:API integration test for the "FilterFormat" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $resourceTypeName = 'filter_format--filter_format';