executeView($view); $map = ['node_field_data_taxonomy_term_field_data_nid' => 'nid', 'tid' => 'tid']; $expected_result = [ [ 'nid' => $this->nodes[1]->id(), 'tid' => $this->term2->id(), ], [ 'nid' => $this->nodes[1]->id(), 'tid' => $this->term1->id(), ], ]; $this->assertIdenticalResultset($view, $expected_result, $map); } }