From 9de31fa1ab489c64b428d54e736cdb4ca49c9b83 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Fri, 24 Sep 2021 16:56:00 +0000 Subject: [PATCH] Build/Test Tools: Remove the PHPUnit container from local Docker environment. This commit: * Removes the PHPUnit `wordpressdevelop/phpunit` container as a service to the Docker environment. * Updates `test:php` (the default way to run tests) to run the Composer PHPUnit package default. * Removes the `test:php-composer` script. There is no longer a need for core to keep the `wordpressdevelop/phpunit` container as a service in `docker-compose.yml`. Removing it will reduce the overhead and bandwidth needed to set up WordPress locally and remove confusion about its use. Follow-up to [45783-45784], [49099], [49362], [51545], [51736], [51685]. Props johnbillion, hellofromTonya. Fixes #54112. Built from https://develop.svn.wordpress.org/trunk@51868 git-svn-id: http://core.svn.wordpress.org/trunk@51461 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index efae405e7a..2b228219ec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51860'; +$wp_version = '5.9-alpha-51868'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.