https://github.com/thingsym/wordpress-test-matrix
Testing compatibility between PHP versions and WordPress versions for theme/plugin
https://github.com/thingsym/wordpress-test-matrix
unit-test wordpress
Last synced: 10 months ago
JSON representation
Testing compatibility between PHP versions and WordPress versions for theme/plugin
- Host: GitHub
- URL: https://github.com/thingsym/wordpress-test-matrix
- Owner: thingsym
- License: gpl-2.0
- Created: 2019-01-06T08:03:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T07:58:54.000Z (over 1 year ago)
- Last Synced: 2025-05-22T02:40:53.977Z (11 months ago)
- Topics: unit-test, wordpress
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Test Matrix
Testing compatibility between PHP versions and WordPress versions.
## Continuous integration and delivery platform
### GitHub Actions
* wp-plugin-unit-test.yml
* wp-theme-unit-test.yml
* wp-plugin-deploy.yml
* wp-plugin-trunk.yml
* wp-plugin-unit-test-matrix.yml
## Unit Test Framework configuration and Lint ruleset
A collection of Unit Test Framework configuration and Lint ruleset for developing WordPress theme/plugin
* phpunit.xml - [PHPUnit](https://phpunit.de/)
* phpcs.ruleset.xml - [PHP_CodeSniffer (phpcs)](https://github.com/squizlabs/PHP_CodeSniffer)
* phpmd.ruleset.xml - [PHPMD - PHP Mess Detector](https://phpmd.org/)
* phpstan.neon - [PHPStan - PHP Static Analysis Tool](https://github.com/phpstan/phpstan)
## License
Licensed under [GPLv2](https://www.gnu.org/licenses/gpl-2.0.html).