An open API service indexing awesome lists of open source software.

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

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).