You are here

protected property PrepareUninstallTest::$nodes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php \Drupal\Tests\system\Functional\Module\PrepareUninstallTest::nodes
  2. 10 core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php \Drupal\Tests\system\Functional\Module\PrepareUninstallTest::nodes

An array of node objects.

Type: \Drupal\node\NodeInterface[]

File

core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php, line 28

Class

PrepareUninstallTest
Tests that modules which provide entity types can be uninstalled.

Namespace

Drupal\Tests\system\Functional\Module

Code

protected $nodes;