Build/Test Tools: Avoid running full PHPUnit test suite for every PHP file change.

Use `grunt watch --phpunit --group={testgroup}` to start `grunt watch` with a specific test group so that PHP file changes trigger a limited number of tests.

Props jeremyfelt, birgire for testing.
Fixes #44240.

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


git-svn-id: http://core.svn.wordpress.org/trunk@43163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2018-06-28 02:25:08 +00:00
parent 8a9dc11590
commit 1b263de2d6
1 changed files with 1 additions and 1 deletions

View File

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