You are here

protected property ShortcutTestBase::$node in Drupal 8

Same name in this branch
  1. 8 core/modules/shortcut/src/Tests/ShortcutTestBase.php \Drupal\shortcut\Tests\ShortcutTestBase::node
  2. 8 core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php \Drupal\Tests\shortcut\Functional\ShortcutTestBase::node
Same name and namespace in other branches
  1. 9 core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php \Drupal\Tests\shortcut\Functional\ShortcutTestBase::node
  2. 10 core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php \Drupal\Tests\shortcut\Functional\ShortcutTestBase::node

Generic node used for testing.

Type: \Drupal\node\NodeInterface

File

core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php, line 41

Class

ShortcutTestBase
Defines base class for shortcut test cases.

Namespace

Drupal\Tests\shortcut\Functional

Code

protected $node;