You are here

protected static property CommentTypeTest::$resourceTypeName in Drupal 9

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

The name of the tested JSON:API resource type.

Type: string

Overrides ResourceTestBase::$resourceTypeName

File

core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php, line 28

Class

CommentTypeTest
JSON:API integration test for the "CommentType" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

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