Changeset 39643
- Timestamp:
- 12/27/2016 06:03:52 PM (8 years ago)
- Location:
- trunk/tests/phpunit/tests/rest-api
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r39620 r39643 724 724 } 725 725 726 /**727 * @group test728 */729 726 public function test_get_items_pagination_headers() { 730 727 // Start of the index -
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r39438 r39643 168 168 } 169 169 170 /**171 * @group test172 */173 170 public function test_get_items_pagination_headers() { 174 171 wp_set_current_user( self::$user );
Note: See TracChangeset
for help on using the changeset viewer.