You are here

protected static property FileTest::$resourceTypeName in JSON:API 8.2

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

The name of the tested JSON:API resource type.

Type: string

Overrides ResourceTestBase::$resourceTypeName

File

tests/src/Functional/FileTest.php, line 37

Class

FileTest
JSON:API integration test for the "File" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

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