composer test
The command above will run
- Code coverage tests for all components (
phpunit) exceptContracts. - Code style checks for for all components (
phpcs). - Code checks for all components (
phpmd).
Requirements
- 100% test coverage.
- zero issues from both
phpcsandphpmd.
| Component | Build Status | Test Coverage |
|---|---|---|
| Application | ||
| Auth | ||
| Commands | ||
| Container | ||
| Core | ||
| Crypt | ||
| Data | ||
| Events | ||
| Flute | ||
| L10n | ||
| OAuthServer | ||
| Passport | ||
| Redis Tagged Cache | ||
| Templates | ||
| Testing | ||
| Validation |