From 3316e53dc87b81b66e944e8774a922055a9f4e65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 29 Oct 2022 15:44:10 +0000 Subject: [PATCH] Tests: Remove `skipWithMultisite()` and `skipWithoutMultisite()` from `get_user_count()` tests. As the tests belong to either the `ms-excluded` or the `ms-required` group, the skipping should not be necessary. While these methods were initially intended to be used in conjunction with the respective group, the PHPUnit configuration files for single site and multisite exclude these groups as appropriate, so calling these methods explicitly is no longer required. Follow-up to [40520], [40543], [40564], [43005], [46683], [53011]. See #56793. Built from https://develop.svn.wordpress.org/trunk@54719 git-svn-id: http://core.svn.wordpress.org/trunk@54271 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 1de77c244c..37cf607fa0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54718'; +$wp_version = '6.2-alpha-54719'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.