Making WordPress.org


Ignore:
Timestamp:
05/19/2020 05:33:14 AM (4 years ago)
Author:
dd32
Message:

Bump the PHPUnit Test Reporter plugin to v0.1.2

Props mikeschroder.
Fixes #5214.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/readme.txt

    r6262 r9884  
    11=== PHPUnit Test Reporter ===
    2 Contributors: octalmage, danielbachhuber
     2Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle
    33Tags: phpunit
    44Requires at least: 4.7
    5 Tested up to: 4.8
    6 Stable tag: 0.1.0
     5Tested up to: 5.4.1
     6Stable tag: 0.1.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1212== Description ==
    1313
    14 Captures and displays test results from the PHPUnit Test Runner
     14Captures and displays test results from the [PHPUnit Test Runner](https://github.com/WordPress/phpunit-test-runner).
    1515
    1616For more details, [please read through the project overview](https://make.wordpress.org/hosting/test-results-getting-started/).
     17
     18== Contributing ==
     19
     20There’s a Docker environment with several tools built in for testing.
     21To configure it, run `make` and it will automatically run `docker-compose`.
     22After that, to view the test environment, visit http://localhost:8080.
     23
     24Usage:
     25- `make` or `make start`:  Builds a Docker environment for testing.
     26- `make stop`: Stops Docker test environment.
     27- `make shell`: SSH to Docker test environment.
     28- `make test`: Runs `php-unit` and `phpcs` in Docker test environment.
     29
     30There is also a [Grunt](https://gruntjs.com/) command for updating the `README.md` file for Github
     31after updating `readme.txt`.
     32
     33Usage:
     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)`.
    1737
    1838== Changelog ==
     
    2040= 0.1.0 (August 21st, 2017) =
    2141* Initial release.
     42
     43= 0.1.1 (May 12th, 2020) =
     44* Updates for coding standards.
     45* Update local and Travis CI builds.
     46* Reduce number of revisions in index, while increasing max reporters shown.
     47* 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`.
Note: See TracChangeset for help on using the changeset viewer.