Tests: Fix typo in a WP_Test_REST_Posts_Controller test method name.

Follow-up to [42423].

See #53363.
Built from https://develop.svn.wordpress.org/trunk@52310


git-svn-id: http://core.svn.wordpress.org/trunk@51902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-12-03 05:59:01 +00:00
parent 37180741b4
commit 9ff51215ad

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-beta1-52309';
$wp_version = '5.9-beta1-52310';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.