You are here

protected property NodeRevisionsAllTest::$nodes in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php \Drupal\Tests\node\Functional\NodeRevisionsAllTest::nodes

A list of nodes created to be used as starting point of different tests.

Type: Drupal\node\NodeInterface[]

File

core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php, line 26

Class

NodeRevisionsAllTest
Create a node with revisions and test viewing, saving, reverting, and deleting revisions for user with access to all.

Namespace

Drupal\Tests\node\Functional

Code

protected $nodes;