This package provides a consistent set of Composer scripts for local validation.
Tool references:
- Codeception for unit tests.
- PHPCodeSniffer for code style checks.
- PHPStan for static analysis.
Run code style checks.
composer csFix code style issues.
composer cs-fixRun static analysis.
composer staticRun the full test suite.
composer testsComposer scripts support forwarding additional arguments using --.
Run Codeception with a specific suite.
composer tests -- AcceptanceRun PHPStan with a different memory limit.
composer static -- --memory-limit=512M