You are here

protected static property NodeTest::$newRevisionsShouldBeAutomatic in Drupal 9

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

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

Type: bool

Overrides ResourceTestBase::$newRevisionsShouldBeAutomatic

File

core/modules/jsonapi/tests/src/Functional/NodeTest.php, line 54

Class

NodeTest
JSON:API integration test for the "Node" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $newRevisionsShouldBeAutomatic = TRUE;