wordpress-develop/tests/phpunit/tests/rest-api
Adam Silverstein 87047ccf3a Media: revert the multi-mime feature.
This feature isn't quite ready to land.

Reverts r53786, r53848, r53847, r53845, r53751.

Props flixos90, azaozz, dd32.
See #55443.



git-svn-id: https://develop.svn.wordpress.org/trunk@54085 602fd350-edb4-49c9-b593-d223f7449a82
2022-09-06 21:11:41 +00:00
..
json_schema_test_suite REST API: Add support for the oneOf and anyOf keywords. 2020-10-20 18:22:39 +00:00
application-passwords.php App Passwords: Improve validation and sanitization of the application name. 2021-01-27 19:03:42 +00:00
rest-application-passwords-controller.php Application Passwords: Allow a Super Admin to set an application password on a site they're not a member of. 2022-08-11 18:22:59 +00:00
rest-attachments-controller.php Media: revert the multi-mime feature. 2022-09-06 21:11:41 +00:00
rest-autosaves-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-block-directory-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-block-renderer-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-block-type-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-blocks-controller.php Build/Test Tools: Standardise the name, signature, and usage of the wpSetUpBeforeClass() method that's used in test classes. 2020-11-15 13:59:32 +00:00
rest-categories-controller.php Tests: Assign created fixtures to the dedicated class properties in some test classes. 2022-08-19 16:13:38 +00:00
rest-comments-controller.php Tests: Assign created fixtures to the dedicated class properties in some test classes. 2022-08-19 16:13:38 +00:00
rest-controller.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
rest-global-styles-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-pages-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-pattern-directory-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-plugins-controller.php Build/Test Tools: Mock remote request for unknown plugin in WP_REST_Plugins_Controller::create_item(). 2021-11-11 16:58:27 +00:00
rest-post-meta-fields.php Coding Standards: Use static closures when not using $this. 2021-08-26 12:57:08 +00:00
rest-post-statuses-controller.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
rest-post-types-controller.php REST API: Support custom namespaces for custom post types. 2021-10-31 23:15:10 +00:00
rest-posts-controller.php Tests: Correct the @covers tag in a WP_REST_Posts_Controller test for unique post slugs. 2022-09-01 18:42:56 +00:00
rest-request-validation.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
rest-request.php Build/Test Tools: Fix warnings from stdClass::__invoke() callback mocks in REST API tests. 2021-11-23 18:55:23 +00:00
rest-revisions-controller.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
rest-schema-sanitization.php Tests: Replace expectException() for PHP native errors with calls to the dedicated PHPUnit 8.4+ methods. 2021-08-06 21:38:45 +00:00
rest-schema-setup.php Site Health: Introduce page cache check. 2022-08-31 22:44:04 +00:00
rest-schema-validation.php Tests: Replace expectException() for PHP native errors with calls to the dedicated PHPUnit 8.4+ methods. 2021-08-06 21:38:45 +00:00
rest-search-controller.php REST API: Avoid unnecessarily preparing item links. 2022-07-22 13:58:46 +00:00
rest-server.php REST API: Add the missing site_icon_url to the index. 2022-09-06 14:41:08 +00:00
rest-settings-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-sidebars-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-site-health-controller.php Site Health: Introduce page cache check. 2022-08-31 22:44:04 +00:00
rest-tags-controller.php Tests: Assign created fixtures to the dedicated class properties in some test classes. 2022-08-19 16:13:38 +00:00
rest-taxonomies-controller.php REST API: Introduce Menu management endpoints. 2021-11-09 18:58:59 +00:00
rest-term-meta-fields.php Tests: Fix tests failing due to assertContains() using strict checking. 2021-08-07 10:51:59 +00:00
rest-test-controller.php REST API: Add text-field and textarea-field as available schema formats for string sanitization. 2021-10-15 02:03:38 +00:00
rest-themes-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-users-controller.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
rest-widget-types-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
rest-widgets-controller.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
wpRestBlockPatternCategoriesController.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
wpRestBlockPatternsController.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
wpRestEditSiteExportController.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
wpRestMenuItemsController.php Build/Test Tools: Correct the order and naming of expected and actual values in various tests. 2021-11-25 19:39:31 +00:00
wpRestMenuLocationsController.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
wpRestMenusController.php REST API: Introduce Menu management endpoints. 2021-11-09 18:58:59 +00:00
wpRestTemplatesController.php Tests: Explicitly mark empty REST API tests as not performing any assertions. 2022-09-01 22:54:19 +00:00
wpRestUrlDetailsController.php Tests: Correct the @covers tag in a WP_REST_URL_Details_Controller test for registered route. 2022-09-01 23:11:34 +00:00