You are here

protected static property ProductVariationResourceTest::$resourceTypeName in Commerce Core 8.2

The name of the tested JSON:API resource type.

Type: string

Overrides ResourceTestBase::$resourceTypeName

File

modules/product/tests/src/Functional/Jsonapi/ProductVariationResourceTest.php, line 62

Class

ProductVariationResourceTest
JSON:API resource test for variations.

Namespace

Drupal\Tests\commerce_product\Functional\Jsonapi

Code

protected static $resourceTypeName = 'commerce_product_variation--default';