You are here

protected property TrackerTestBase::$node in Drupal 8

Same name in this branch
  1. 8 core/modules/tracker/src/Tests/Views/TrackerTestBase.php \Drupal\tracker\Tests\Views\TrackerTestBase::node
  2. 8 core/modules/tracker/tests/src/Functional/Views/TrackerTestBase.php \Drupal\Tests\tracker\Functional\Views\TrackerTestBase::node

The node used for testing.

Type: \Drupal\node\NodeInterface

File

core/modules/tracker/tests/src/Functional/Views/TrackerTestBase.php, line 37

Class

TrackerTestBase
Base class for all tracker tests.

Namespace

Drupal\Tests\tracker\Functional\Views

Code

protected $node;