Skip to content

Add reproducible WordPress integration test runner - #8

Merged
jt55401 merged 4 commits into
mainfrom
ci/wordpress-docker-tests
Aug 28, 2026
Merged

Add reproducible WordPress integration test runner#8
jt55401 merged 4 commits into
mainfrom
ci/wordpress-docker-tests

Conversation

@jt55401

@jt55401 jt55401 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a digest-pinned PHP and MariaDB Docker test environment
  • run the 55-test WordPress PHPUnit suite with one command
  • document runtime and test-version boundaries
  • add the passing Docker test path to CI
  • keep the existing PHPCS baseline available through an explicit --lint mode

Validation

  • ./wordpress/bin/test-docker.sh (55 tests, 226 assertions)
  • bash -n wordpress/bin/test-docker.sh wordpress/bin/run-docker-tests.sh
  • docker compose -f wordpress/docker-compose.test.yml config --quiet
  • actionlint .github/workflows/ci.yml
  • git diff --check

./wordpress/bin/test-docker.sh --lint reaches PHPCS after PHPUnit and reports the existing baseline of 10,633 errors and 442 warnings. The default CI path runs PHPUnit.

@jt55401
jt55401 merged commit ee05293 into main Aug 28, 2026
3 checks passed
@jt55401
jt55401 deleted the ci/wordpress-docker-tests branch August 28, 2026 07:03
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.

1 participant