Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle
Tags: phpunit
Requires at least: 4.7
Tested up to: 5.5
Stable tag: 0.1.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Captures and displays test results from the PHPUnit Test Runner
Captures and displays test results from the PHPUnit Test Runner.
This is the plugin that receives and generates the results displayed on https://make.wordpress.org/hosting/test-results.
For more details, please read through the project overview.
Contributors are welcome! Check out the contribution guidelines for details, including how to use the build/testing tools.
- Initial release.
- Updates for coding standards.
- Update local and Travis CI builds.
- Reduce number of revisions in index, while increasing max reporters shown.
- Add contributor documentation.
- Only report result status when tests were actually run. Port of meta #7227 to plugin.
- Upgrade packages for
grunt readme
to Grunt ^1.1.0 and grunt-wp-readme-to-markdown ^2.0.1, and update plugin version inpackage.json
. - Upgrade Docker environment to use
wordpress:5.4.1-php7.4
image. - Correct contributor list in
readme.txt
and updateREADME.md
.
- Include errors along with failures on the error report page (PR).
- Change to
integer
built-in type forcommit
field, following updates in WordPress 5.5.