You are here

protected property WorkspaceIntegrationTest::$nodes in Drupal 10

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

An array of nodes created before installing the Workspaces module.

Type: \Drupal\node\NodeInterface[]

File

core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php, line 54

Class

WorkspaceIntegrationTest
Tests a complete publishing scenario across different workspaces.

Namespace

Drupal\Tests\workspaces\Kernel

Code

protected $nodes = [];