shipperhq / module-upsmychoice
UPS MyChoice integration with ShipperHQ
Installs: 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- ext-json: *
- magento/framework: >=100.0
- shipperhq/library-ws: 20.*
- shipperhq/module-logger: *
Requires (Dev)
- ext-json: *
- fooman/magento2-phpunit-bridge: ^0.9.0
- phpunit/phpunit: ^9.0
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/*