You are here

protected property WorkspaceMergerTest::$nodes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php \Drupal\Tests\workspaces\Kernel\WorkspaceMergerTest::nodes
  2. 10 core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php \Drupal\Tests\workspaces\Kernel\WorkspaceMergerTest::nodes

An array of nodes created before installing the Workspaces module.

Type: \Drupal\node\NodeInterface[]

File

core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php, line 36

Class

WorkspaceMergerTest
Tests workspace merging.

Namespace

Drupal\Tests\workspaces\Kernel

Code

protected $nodes = [];