Testing
The bundle ships with a full test suite and enforces 100% line coverage in CI.
bash
composer test # Run the test suite
composer cs-check # Check code style (dry-run)
composer cs-fix # Fix code style
vendor/bin/phpstan analyse # Static analysisContributions are welcome: open an issue or a pull request, or write to dev@spiriit.com. Released under the MIT License.