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
This commit is contained in:
whyisjake
2025-08-26 23:00:29 +00:00
parent fedf2c68a1
commit 16212b44f5

View File

@@ -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.