Testing
To run tests, execute:
./vendor/bin/phpunit
Integration testing
Integration tests will hit the Shopify API. Please only run these against a purely development store as data modification will occur.
Integration tests requires test-config.json
to exist. Please see
test-config.example.json
for expectations on how it should be filled.
To run integration tests, execute:
./vendor/bin/phpunit --group=integration