codappix / search_core

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
https://search-core.readthedocs.io/en/latest/
12 stars 9 forks source link

Add tests for building domain models from search results #85

Open DanielSiepmann opened 7 years ago

DanielSiepmann commented 7 years ago

Currently no test covers the creation of domain models based on elastica searchresult. Even iterating over result items is not tested.

We should add unit tests.