From 7278aadd72d1dbf1a836c095d09c22a3b7a39aa1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Mar 2023 17:12:21 +0000 Subject: [PATCH] Tests: Split the tests from `post/template.php` into individual test classes. This aims to bring some consistency to the location of post template function tests, as well as to make the tests more discoverable and easier to expand. Includes: * Adding `@covers` tags. * Renaming `get_post_parent()` and `has_post_parent()` tests to match the names of the functions. Follow-up to [28398], [31522], [34654], [34950], [50127], [50396], [54717], [54726], [55590]. See #57841. Built from https://develop.svn.wordpress.org/trunk@55591 git-svn-id: http://core.svn.wordpress.org/trunk@55103 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 5a7f0cb5b3..409c2ed294 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55590'; +$wp_version = '6.3-alpha-55591'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.