You are here

protected property OptionsTestBase::$nodes in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php \Drupal\Tests\options\Kernel\Views\OptionsTestBase::nodes

Stores the nodes used for the different tests.

Type: array

File

core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php, line 35

Class

OptionsTestBase
Base class for options views tests.

Namespace

Drupal\Tests\options\Kernel\Views

Code

protected $nodes = [];