forked from Sylius/Sylius
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PriceHistory] Reflect changes from the plugin
- Loading branch information
Showing
11 changed files
with
72 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ry_after_creating_product_variant.feature → ...ry_after_creating_product_variant.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ory_after_editing_product_variant.feature → ...ory_after_editing_product_variant.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
src/Sylius/Behat/Resources/config/suites/api/product/viewing_price_history.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This file is part of the Sylius package. | ||
# (c) Paweł Jędrzejewski | ||
|
||
default: | ||
suites: | ||
api_viewing_price_history: | ||
contexts: | ||
- sylius.behat.context.hook.doctrine_orm | ||
|
||
- sylius.behat.context.transform.channel | ||
- sylius.behat.context.transform.lexical | ||
- sylius.behat.context.transform.product | ||
- sylius.behat.context.transform.product_variant | ||
- sylius.behat.context.transform.shared_storage | ||
|
||
- sylius.behat.context.setup.admin_api_security | ||
- sylius.behat.context.setup.admin_user | ||
- sylius.behat.context.setup.channel | ||
- sylius.behat.context.setup.product | ||
- Sylius\Behat\Context\Setup\CatalogPromotionContext | ||
|
||
- sylius.behat.context.api.admin.managing_product_variants | ||
- sylius.behat.context.api.admin.save | ||
- Sylius\Behat\Context\Api\Admin\ChannelPricingLogEntryContext | ||
filters: | ||
tags: "@viewing_price_history&&@api" | ||
javascript: false |
28 changes: 28 additions & 0 deletions
28
...at/Resources/config/suites/api/product/viewing_price_history_after_catalog_promotions.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file is part of the Sylius package. | ||
# (c) Paweł Jędrzejewski | ||
|
||
default: | ||
suites: | ||
api_viewing_price_history_after_catalog_promotions: | ||
contexts: | ||
- sylius.behat.context.hook.doctrine_orm | ||
|
||
- sylius.behat.context.transform.channel | ||
- sylius.behat.context.transform.lexical | ||
- sylius.behat.context.transform.product | ||
- sylius.behat.context.transform.product_variant | ||
- sylius.behat.context.transform.shared_storage | ||
- Sylius\Behat\Context\Transform\CatalogPromotionContext | ||
|
||
- sylius.behat.context.setup.admin_api_security | ||
- sylius.behat.context.setup.admin_user | ||
- sylius.behat.context.setup.channel | ||
- sylius.behat.context.setup.product | ||
- Sylius\Behat\Context\Setup\CatalogPromotionContext | ||
|
||
- sylius.behat.context.api.admin.managing_catalog_promotions | ||
- Sylius\Behat\Context\Api\Admin\ChannelPricingLogEntryContext | ||
|
||
filters: | ||
tags: "@viewing_price_history_after_catalog_promotions&&@api" | ||
javascript: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters