diff --git a/composer.json b/composer.json index 34fea2c..5966a85 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "require-dev": { "spryker/cart": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/currency": "*", "spryker/propel": "*", "spryker/store": "*", diff --git a/tests/SprykerTest/Zed/ShipmentCartConnector/codeception.yml b/tests/SprykerTest/Zed/ShipmentCartConnector/codeception.yml index 8b33e06..e6678b2 100644 --- a/tests/SprykerTest/Zed/ShipmentCartConnector/codeception.yml +++ b/tests/SprykerTest/Zed/ShipmentCartConnector/codeception.yml @@ -11,7 +11,7 @@ coverage: whitelist: { include: ['../../../../src/*'] } suites: - business: + Business: path: . actor: ShipmentCartConnectorBusinessTester modules: @@ -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