Run Tests
This library is fully unit tested with PEST. You can run the tests by executing the following commands in the root directory of the project.
Unit Tests
bash
vendor/bin/pest
Coverage Report
You can also generate a coverage report by running the following command.
bash
XDEBUG_MODE=coverage vendor/bin/pest --coverage-html=coverage-report