Testing And CI¶
Local¶
- Install dependencies:
composer install - Run tests:
composer test
CI Workflows¶
.github/workflows/php.ymlruns unit tests on pushes and pull requests againstmaster..github/workflows/docs.ymlbuilds and deploys MkDocs to GitHub Pages onmaster.
Notes¶
If dependency installation fails locally, verify network access to Packagist and a supported PHP version.