Skip to content

Commit

Permalink
[TASK] Adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed Oct 24, 2021
1 parent dc8ad91 commit e6b1005
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ public function modifyDocuments(Item $item, int $language, array $documents)
foreach($documents as $document) {
$document->addField('postProcessorField_stringS','postprocessed');
}

return $documents;
}
}

0 comments on commit e6b1005

Please sign in to comment.