Tests: Correct the `@covers` tag in a `WP_REST_URL_Details_Controller` test for registered route.
This addresses a notice when generating the code coverage report: {{{ "@covers WP_REST_URL_Details_Controller::get_routes" is invalid }}} The `WP_REST_URL_Details_Controller` class does not have a `get_routes()` method, `WP_REST_Server` does. Follow-up to [51973]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54056 git-svn-id: http://core.svn.wordpress.org/trunk@53615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bed8ddc138
commit
46472cc493
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54055';
|
||||
$wp_version = '6.1-alpha-54056';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue