Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle
Tags: phpunit
Requires at least: 4.7
Tested up to: 5.4.1
Stable tag: 0.1.2
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.
For more details, please read through the project overview.
There’s a Docker environment with several tools built in for testing.
To configure it, run make
and it will automatically run docker-compose
.
After that, to view the test environment, visit http://localhost:8080.
Usage:
make
ormake start
: Builds a Docker environment for testing.make stop
: Stops Docker test environment.make shell
: SSH to Docker test environment.make test
: Runsphp-unit
andphpcs
in Docker test environment.
There is also a Grunt command for updating the README.md
file for Github
after updating readme.txt
.
Usage:
npm install
: Installs necessary dependencies.grunt readme
: GeneratesREADME.md
with[grunt-wp-readme-to-markdown](https://github.com/stephenharris/wp-readme-to-markdown)
.
- 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
.