Skip to content

Align plugin unit tests guide with current CI options#639

Merged
swissspidy merged 1 commit into
wp-cli:mainfrom
ekamran:docs/update-plugin-tests-ci-guide
May 23, 2026
Merged

Align plugin unit tests guide with current CI options#639
swissspidy merged 1 commit into
wp-cli:mainfrom
ekamran:docs/update-plugin-tests-ci-guide

Conversation

@ekamran
Copy link
Copy Markdown
Contributor

@ekamran ekamran commented May 23, 2026

Summary

Updates the plugin unit testing guide so it matches the current wp scaffold plugin-tests documentation.

Changes

  • Replace Travis CI-specific wording with general continuous integration wording.
  • Document CircleCI as the default generated CI configuration.
  • Add a GitHub Actions example using --ci=github.
  • Update generated file references to match the current scaffold docs.

Verification

  • Ran composer lint
  • Ran composer phpcs
  • Ran composer phpunit
  • Ran composer behat (skipped: no behat.yml)
  • Ran git diff --check

Note: composer phpstan currently fails on existing type errors in bin/Handbook_Command.php unrelated to this documentation change.

@ekamran ekamran requested a review from a team as a code owner May 23, 2026 15:25
@swissspidy swissspidy merged commit 4c70e8f into wp-cli:main May 23, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants