REST API: Remove errant annotation from `test_get_items_pagination_headers()` method.

Removes the debugging group notation left in the `WP_Test_REST_Users_Controller` and `WP_Test_REST_Posts_Controller` classes pagination headers method. Introduced in [38832].

Props sanket.parmar.
Fixes #39398.


git-svn-id: https://develop.svn.wordpress.org/trunk@39643 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Rachel Baker 2016-12-27 18:03:52 +00:00
parent 7018deaf87
commit 8eda7a0510
2 changed files with 0 additions and 6 deletions

View File

@ -723,9 +723,6 @@ class WP_Test_REST_Posts_Controller extends WP_Test_REST_Post_Type_Controller_Te
$this->assertEquals( $id1, $post['id'] );
}
/**
* @group test
*/
public function test_get_items_pagination_headers() {
// Start of the index
for ( $i = 0; $i < 49; $i++ ) {

View File

@ -167,9 +167,6 @@ class WP_Test_REST_Users_Controller extends WP_Test_REST_Controller_Testcase {
}
}
/**
* @group test
*/
public function test_get_items_pagination_headers() {
wp_set_current_user( self::$user );
// Start of the index, including the three existing users