-
-
Notifications
You must be signed in to change notification settings - Fork 112
Testing
Luke Walsh edited this page Dec 18, 2022
·
1 revision
- 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:
- Clone this repository
- Run
composer install
- 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.