You are here

protected static property CartCanonicalResourceTest::$resourceConfigId in Commerce Cart API 8

The REST Resource Config entity ID under test (i.e. a resource type).

The REST Resource plugin ID can be calculated from this.

Type: string

Overrides ResourceTestBase::$resourceConfigId

See also

\Drupal\rest\Entity\RestResourceConfig::__construct()

File

tests/src/Functional/CartCanonicalResourceTest.php, line 19

Class

CartCanonicalResourceTest
Tests the cart canonical resource.

Namespace

Drupal\Tests\commerce_cart_api\Functional

Code

protected static $resourceConfigId = 'commerce_cart_canonical';