You are here

private property TaxonomyEntityIndexUuidArgumentTest::$thisTestNodes in Taxonomy Entity Index 8

An array of nodes created in this particular test.

Note the parent setup function creates at least two terms, and two nodes tagged with those terms, and saves the nodes to $this->nodes - but those nodes aren't relevant to this test.

Type: array

See also

\Drupal\Tests\taxonomy\Functional\Views\TaxonomyTestBase::setUp()

File

tests/src/Functional/Views/TaxonomyEntityIndexUuidArgumentTest.php, line 49

Class

TaxonomyEntityIndexUuidArgumentTest
Test whether it is possible to select terms using a UUID argument.

Namespace

Drupal\Tests\taxonomy_entity_index\Functional\Views

Code

private $thisTestNodes = [];