Build/Test Tools: Use the Composer-installed version of PHPUnit for Grunt tasks.

This makes it easier to run `phpunit` Grunt tasks without having to figure out how and which PHPUnit version needs to be installed.

It also more closely matches the `format:php` task.

Follow-up to [47881].

Props ocean90.
Fixes #53015.
Built from https://develop.svn.wordpress.org/trunk@51016


git-svn-id: http://core.svn.wordpress.org/trunk@50625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-05-25 23:15:58 +00:00
parent b8ee0a22a5
commit 6da4818d8c

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-51015';
$wp_version = '5.8-alpha-51016';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.