From b23baf4ce7defff122c9c304aebca371382994d1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 25 Sep 2022 02:43:10 +0000 Subject: [PATCH] Tests: Delete Link Manager plugin after running REST API plugins controller tests. After running the multisite PHPUnit test suite, the following files remained, contributing towards a dirty working copy: {{{ tests/phpunit/data/plugins/link-manager/link-manager.php tests/phpunit/data/plugins/link-manager/readme.txt }}} These files should be deleted after running the tests. This commit ensures the `link-manager` plugin is deleted during test tear down, which was previously done at the beginning of some test methods, but not afterwards. Follow-up to [48242], [54300]. Props ironprogrammer. Fixes #56629. Built from https://develop.svn.wordpress.org/trunk@54301 git-svn-id: http://core.svn.wordpress.org/trunk@53860 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 d0581f526c..3ec1e3a921 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54300'; +$wp_version = '6.1-beta1-54301'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.