You are here

protected static property ResourceTestBase::$resourceTypeIsVersionable in JSON:API 8.2

Whether the tested JSON:API resource is versionable.

Type: bool

File

tests/src/Functional/ResourceTestBase.php, line 88

Class

ResourceTestBase
Subclass this for every JSON:API resource type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $resourceTypeIsVersionable = FALSE;