protected function mappedOutputHelper(ViewExecutable
$view) { $output =
$view->
preview();
$rendered_output = \Drupal::
service('renderer'
)->
renderRoot($output);
$this->
storeViewPreview($rendered_output);
$rows =
$this->elements->body->div->div;
$data_set =
$this->
dataSet();
$count = 0;
foreach ($rows as $row) { $attributes =
$row->
attributes();
$class =
(string) $attributes['class'
][0
];
$this->
assertStringContainsString('views-row-mapping-test',
$class, 'Make sure that each row has the correct CSS class.'
);
foreach ($row->div
as $field) { // Split up the field-level class, the first part is the mapping name