Skip to content

Commit

Permalink
TE-10886 Dynamic store. (#9457)
Browse files Browse the repository at this point in the history
TE-10886 Release Dynamic Store
  • Loading branch information
demkos authored Mar 31, 2023
1 parent 123163e commit 635a984
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"require-dev": {
"spryker/cart": "*",
"spryker/code-sniffer": "*",
"spryker/container": "*",
"spryker/currency": "*",
"spryker/propel": "*",
"spryker/store": "*",
Expand Down
5 changes: 4 additions & 1 deletion tests/SprykerTest/Zed/ShipmentCartConnector/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coverage:
whitelist: { include: ['../../../../src/*'] }

suites:
business:
Business:
path: .
actor: ShipmentCartConnectorBusinessTester
modules:
Expand All @@ -25,3 +25,6 @@ suites:
- \SprykerTest\Shared\Shipment\Helper\ShipmentMethodDataHelper
- \SprykerTest\Shared\Currency\Helper\CurrencyDataHelper
- \SprykerTest\Shared\Store\Helper\StoreDataHelper
- \SprykerTest\Shared\Testify\Helper\DataCleanupHelper
- \SprykerTest\Service\Container\Helper\ContainerHelper
- \SprykerTest\Shared\Store\Helper\StoreDependencyHelper

0 comments on commit 635a984

Please sign in to comment.