11# PHPUnit Test Reporter #
2- ** Contributors:** octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle
2+ ** Contributors:** [ octalmage] ( https://profiles.wordpress.org/octalmage ) , [ danielbachhuber] ( https://profiles.wordpress.org/danielbachhuber ) , [ wpamitkumar] ( https://profiles.wordpress.org/wpamitkumar ) , [ mikeschroder] ( https://profiles.wordpress.org/mikeschroder ) , [ pfefferle] ( https://profiles.wordpress.org/pfefferle )
33** Tags:** phpunit
44** Requires at least:** 4.7
55** Tested up to:** 5.4.1
6- ** Stable tag:** 0.1.1
6+ ** Stable tag:** 0.1.2
77** License:** GPLv3
88** License URI:** http://www.gnu.org/licenses/gpl-3.0.html
99
@@ -27,6 +27,14 @@ Usage:
2727- ` make shell ` : SSH to Docker test environment.
2828- ` make test ` : Runs ` php-unit ` and ` phpcs ` in Docker test environment.
2929
30+ There is also a [ Grunt] ( https://gruntjs.com/ ) command for updating the ` README.md ` file for Github
31+ after updating ` readme.txt ` .
32+
33+ Usage:
34+ - ` npm install ` : Installs necessary dependencies.
35+ - ` grunt readme ` : Generates ` README.md ` with
36+ ` [grunt-wp-readme-to-markdown](https://github.com/stephenharris/wp-readme-to-markdown) ` .
37+
3038## Changelog ##
3139
3240### 0.1.0 (August 21st, 2017) ###
@@ -37,3 +45,11 @@ Usage:
3745* Update local and Travis CI builds.
3846* Reduce number of revisions in index, while increasing max reporters shown.
3947* Add contributor documentation.
48+
49+ ### 0.1.2 (May 18th, 2020) ###
50+ * Only report result status when tests were actually run. Port of
51+ [ meta #7227 ] ( https://meta.trac.wordpress.org/changeset/7227 ) to plugin.
52+ * Upgrade packages for ` grunt readme ` to Grunt ^1.1.0 and
53+ grunt-wp-readme-to-markdown ^2.0.1, and update plugin version in ` package.json ` .
54+ * Upgrade Docker environment to use ` wordpress:5.4.1-php7.4 ` image.
55+ * Correct contributor list in ` readme.txt ` and update ` README.md ` .
0 commit comments