shipperhq/module-upsmychoice

UPS MyChoice integration with ShipperHQ

Installs: 290

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 0

Open Issues: 0

Type:magento2-module

20.1.0 2022-06-16 10:52 UTC

This package is auto-updated.

Last update: 2024-04-16 14:53:07 UTC


README

Testing

If you've installed the module into an existing magento store using composer then the dev dependencies will not be installed with the code. You need to run composer require --dev "fooman/magento2-phpunit-bridge":"^0.9.0" to install the dependencies.

To run all tests for this module use

# From the Magento store root
php ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/shipperhq/module-upsmychoice/Test/*