You are here

protected static property CartCollectionResourceTest::$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/CartCollectionResourceTest.php, line 19

Class

CartCollectionResourceTest
Tests the cart collection resource.

Namespace

Drupal\Tests\commerce_cart_api\Functional

Code

protected static $resourceConfigId = 'commerce_cart_collection';