wordpress-develop/tests/phpunit/tests/rest-api
Gary Pendergast c6c78490e2 Coding Standards: Fix the remaining issues in /tests.
All PHP files in `/tests` now conform to the PHP coding standards, or have exceptions appropriately marked.

Travis now also runs `phpcs` on the `/tests` directory, any future changes to these files must conform entirely to the WordPress PHP coding standards. 🎉

See #47632.



git-svn-id: https://develop.svn.wordpress.org/trunk@45607 602fd350-edb4-49c9-b593-d223f7449a82
2019-07-08 00:55:20 +00:00
..
rest-attachments-controller.php REST API: Ensure "Allow" header is returned for OPTIONS requests. 2019-03-19 03:21:28 +00:00
rest-autosaves-controller.php Tests: Replace use of $this->server with rest_get_server() in test_registered_query_params(). 2018-12-17 01:24:36 +00:00
rest-block-renderer-controller.php REST API: Preserve unknown, respect null in server-side block rendering. 2018-12-17 17:59:44 +00:00
rest-blocks-controller.php REST API: Always include title.raw/content.raw for Blocks in context=view. 2018-12-17 17:21:05 +00:00
rest-categories-controller.php REST API: Avoid undefined-property notice when setting parent term to 0. 2019-03-21 18:58:50 +00:00
rest-comments-controller.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-controller.php General: Fix problematic string to array parsing. 2019-01-10 21:05:50 +00:00
rest-pages-controller.php REST API: Include permalink_template/generated_slug for Posts 2018-12-12 02:11:22 +00:00
rest-post-meta-fields.php REST API: Slash existing meta values when comparing with incoming meta upates. 2018-12-13 16:29:57 +00:00
rest-post-statuses-controller.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-post-types-controller.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-posts-controller.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
rest-request-validation.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-request.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
rest-revisions-controller.php Tests: Restore restapi group on WP_Test_REST_Revisions_Controller. 2018-09-18 03:44:57 +00:00
rest-schema-sanitization.php Build/Test Tools: Correct WP_Test_REST_Schema_Sanitization::test_type_string() to check for both 1.1 float and '1.10' string explicitly. 2019-01-28 16:53:14 +00:00
rest-schema-setup.php Block Editor: Fix unit tests after new blocks addition. 2019-03-07 11:53:15 +00:00
rest-schema-validation.php General: Fix problematic string to array parsing. 2019-01-10 21:05:50 +00:00
rest-search-controller.php REST API: Introduce controller for searching across post types. 2018-12-13 09:37:05 +00:00
rest-server.php Tests: Add missing public access modifier to Tests_REST_Server methods. 2018-09-23 15:45:02 +00:00
rest-settings-controller.php REST API: Remove permalink_structure from the REST API settings endpoint. 2019-01-08 02:50:05 +00:00
rest-tags-controller.php Tests: Improve REST API tests for categories and tags. 2019-01-09 10:30:49 +00:00
rest-taxonomies-controller.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-term-meta-fields.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-test-controller.php REST API: Don't add fields to object when not included in ?_fields=. 2018-12-12 20:50:22 +00:00
rest-themes-controller.php Themes: Introduce responsive embeds support. 2018-12-14 01:49:46 +00:00
rest-users-controller.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:11:37 +00:00