Tests: Move the test for action callback representations to the general action tests file.

A separate file in the `actions` directory may have seemed like a good location at the time, but this is the only test left there. For consistency, it is now moved with the other action tests.

Follow-up to [1294/tests], [53806].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@53808


git-svn-id: http://core.svn.wordpress.org/trunk@53367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-07-31 21:37:13 +00:00
parent 6feee39137
commit 7c316c4f1a

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53807';
$wp_version = '6.1-alpha-53808';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.