Opened 8 years ago
Closed 8 years ago
#39409 closed defect (bug) (duplicate)
REST API: Remove errant annotation from `WP_Test_REST_Posts_Controller->test_get_items_pagination_headers`
Reported by: | sanket.parmar | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | REST API | Keywords: | has-patch |
Focuses: | Cc: |
Description
Introduced in [38832] the WP_Test_REST_Users_Controller->test_get_items_pagination_headers
has an extraneous @group test
notation that should be removed.
See https://core.trac.wordpress.org/browser/trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php#L727
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Replying to sanket.parmar: