From 16212b44f5951b752dbcd3efd7ffdea21a8b39b6 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 26 Aug 2025 23:00:29 +0000 Subject: [PATCH] Tests: Move Hello Dolly test data to match new plugin directory structure. Moves the Hello Dolly test plugin file from `tests/phpunit/data/plugins/hello.php` to `tests/phpunit/data/plugins/hello-dolly/hello.php` to match the updated plugin structure in the main codebase. Fixes failing tests in Tests_Admin_IncludesPlugin that expect the plugin to be located in a hello-dolly directory. Props jorbin, davidb, afragen. Built from https://develop.svn.wordpress.org/trunk@60677 git-svn-id: http://core.svn.wordpress.org/trunk@60013 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 1775a4d9e8..cc4b673d43 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60676'; +$wp_version = '6.9-alpha-60677'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.