mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
This addresses a notice when generating the code coverage report: {{{ "@covers WP_REST_Request::create_item" is invalid }}} The `WP_REST_Request` class does not have a `create_item()` method, `WP_REST_Posts_Controller` is the class being tested here. Includes fixing a typo in the test method name. Follow-up to [53813]. See #52422, #55652. git-svn-id: https://develop.svn.wordpress.org/trunk@54055 602fd350-edb4-49c9-b593-d223f7449a82