Build/Test Tools: Add `watch:phpunit` task.

This allow PHPUnit test groups to run automatically when files are changed, rather than having to be ran manually throughout the development process. This creates a smoother developer experience, and a tighter feedback loop.

Props iandunn, netweb, pento
Fixes #42282

Built from https://develop.svn.wordpress.org/trunk@42760


git-svn-id: http://core.svn.wordpress.org/trunk@42590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandunn 2018-02-27 00:32:33 +00:00
parent 669f8bb750
commit 71f206839d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42759';
$wp_version = '5.0-alpha-42760';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.