Skip to content

Commit

Permalink
Try to make tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Feb 7, 2019
1 parent 978ce87 commit e85a347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/DataFixtures/ORM/shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Sylius\Component\Locale\Model\Locale:
Sylius\Component\Core\Model\Product:
mug:
code: "LOGAN_MUG_CODE"
createdAt: "<date_create('2019-02-01 03:00:00')>"
channels: ["@gb_web_channel"]
currentLocale: "en_GB"
translations: ["@en_gb_mug_product_translation", "@de_de_mug_product_translation"]
Expand All @@ -50,13 +51,15 @@ Sylius\Component\Core\Model\Product:
- "@de_de_mug_holiday_material_value"
t_shirt:
code: "LOGAN_T_SHIRT_CODE"
createdAt: "<date_create('2019-02-01 01:00:00')>"
channels: ["@gb_web_channel"]
currentLocale: "en_GB"
images: ["@t_shirt_thumbnail", "@small_t_shirt_thumbnail", "@large_t_shirt_thumbnail"]
mainTaxon: "@t_shirt_taxon"
productTaxons: ["@women_t_shirt_product_taxon"]
hat:
code: "LOGAN_HAT_CODE"
createdAt: "<date_create('2019-02-01 04:00:00')>"
channels: ["@gb_web_channel"]
options: ["@hat_size"]
currentLocale: "en_GB"
Expand All @@ -66,6 +69,7 @@ Sylius\Component\Core\Model\Product:
productTaxons: ["@hat_product_taxon"]
shoes:
code: "LOGAN_SHOES_CODE"
createdAt: "<date_create('2019-02-01 02:00:00')>"
channels: ["@gb_web_channel"]
currentLocale: "en_GB"
translations: ["@en_gb_shoes_product_translation"]
Expand Down

0 comments on commit e85a347

Please sign in to comment.