Testing - gnikyt/laravel-shopify GitHub Wiki

  • This package is tested with PHPUnit and aided with orchestra/testbench
  • All tests are in the test directory
  • TravisCI tests each commit
  • Coveralls reports the total covered codebase

If you'd like to test this package yourself:

  1. Clone this repository
  2. Run composer install
  3. Run composer run test

Note: No .env file is needed to be configured, simply run phpunit.


In this repository the testing is handled by GitHub Actions against a matrix of different PHP and Laravel versions. Code coverage is published to Coveralls.