You are here

protected static property ResourceTestBase::$newRevisionsShouldBeAutomatic in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::newRevisionsShouldBeAutomatic
  2. 10 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::newRevisionsShouldBeAutomatic

Whether new revisions of updated entities should be created by default.

Type: bool

File

core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php, line 152

Class

ResourceTestBase
Subclass this for every JSON:API resource type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $newRevisionsShouldBeAutomatic = FALSE;