protected property TaxonomyTestBase::$nodes in Drupal 8
Same name in this branch
- 8 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyTestBase::nodes
- 8 core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyTestBase::nodes
Same name and namespace in other branches
- 9 core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyTestBase::nodes
Stores the nodes used for the different tests.
Type: \Drupal\node\NodeInterface[]
File
- core/
modules/ taxonomy/ tests/ src/ Kernel/ Views/ TaxonomyTestBase.php, line 51
Class
- TaxonomyTestBase
- Base class for views kernel taxonomy tests.
Namespace
Drupal\Tests\taxonomy\Kernel\ViewsCode
protected $nodes = [];