Make WordPress Core


Ignore:
Timestamp:
09/01/2022 06:57:47 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.