Skip to content

[tests] Add PHPUnit output options (#84)#85

Merged
coisa merged 2 commits intomainfrom
codex/84-phpunit-output-options
Apr 18, 2026
Merged

[tests] Add PHPUnit output options (#84)#85
coisa merged 2 commits intomainfrom
codex/84-phpunit-output-options

Conversation

@coisa
Copy link
Copy Markdown
Contributor

@coisa coisa commented Apr 18, 2026

Summary

  • Add tests command options for PHPUnit progress suppression and concise coverage text output.
  • Forward --no-progress to PHPUnit only when requested, and forward --only-summary-for-coverage-text behind the DevTools --coverage-summary option.
  • Update reports to delegate tests with --no-progress and --coverage-summary, and document the new CLI behavior.

Testing

  • composer dev-tools tests -- --filter='TestsCommandTest|ReportsCommandTest'
  • composer dev-tools code-style
  • composer dev-tools tests
  • composer dev-tools docs
  • git diff --check

Closes #84

@github-actions github-actions Bot added the enhancement New feature or request label Apr 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

@coisa coisa merged commit c59f317 into main Apr 18, 2026
2 checks passed
@coisa coisa deleted the codex/84-phpunit-output-options branch April 18, 2026 15:01
github-actions Bot added a commit that referenced this pull request Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Released

Development

Successfully merging this pull request may close these issues.

Add PHPUnit progress and coverage summary options

1 participant