You are here

protected property ReverseEntityReferencesTest::$nodeUids in Search API 8

The author UIDs of the created nodes, keyed by index in $this->nodes.

Type: array

File

tests/src/Kernel/Processor/ReverseEntityReferencesTest.php, line 34

Class

ReverseEntityReferencesTest
Tests the "Reverse entity references" processor.

Namespace

Drupal\Tests\search_api\Kernel\Processor

Code

protected $nodeUids = [
  1,
  0,
  1,
  2,
  0,
  1,
];