thuecat/Tests/Unit/Domain/Import
Daniel Siepmann bf1ae9540b Fix two bugs: Language handling and price structure
Sorry for fixing two things in one commit.

First fixed bug is single offer and / or single price.
Those lead to exception / fatal error and are now handled.

Second fixed bug is wrong multi language handling.
Instead of using supported languages from entity (which does not exist
and was miss interpreted) we use configured system languages.
Each record is inserted with default language.
Also tourist attractions are inserted for all other languages.
They are only inserted if they have a title for that language.
2021-02-25 09:23:06 +01:00
..
Converter Fix two bugs: Language handling and price structure 2021-02-25 09:23:06 +01:00
Importer Fix two bugs: Language handling and price structure 2021-02-25 09:23:06 +01:00
JsonLD Fix two bugs: Language handling and price structure 2021-02-25 09:23:06 +01:00
Model Add multi language handling 2021-02-17 14:51:00 +01:00
UrlProvider Initial import mechanism 2021-02-16 11:09:18 +01:00
ImporterTest.php Allow to configure storage pid for each import configuration 2021-02-17 15:37:49 +01:00
RequestFactoryTest.php Add media to tourist attraction 2021-02-17 09:20:24 +01:00