You are here

protected property DateTimeHandlerTestBase::$nodes in Drupal 8

Same name in this branch
  1. 8 core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php \Drupal\datetime\Tests\Views\DateTimeHandlerTestBase::nodes
  2. 8 core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php \Drupal\Tests\datetime\Kernel\Views\DateTimeHandlerTestBase::nodes
Same name and namespace in other branches
  1. 9 core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php \Drupal\Tests\datetime\Kernel\Views\DateTimeHandlerTestBase::nodes

Nodes to test.

Type: \Drupal\node\NodeInterface[]

File

core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php, line 45

Class

DateTimeHandlerTestBase
Base class for testing datetime handlers.

Namespace

Drupal\Tests\datetime\Kernel\Views

Code

protected $nodes = [];