..
json_schema_test_suite
REST API: Add support for the uniqueItems keyword.
2020-07-07 03:20:34 +00:00
rest-attachments-controller.php
Tests: Require imagejpeg()
function in some REST API attachments controller tests.
2020-09-25 02:21:33 +00:00
rest-autosaves-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-block-directory-controller.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-block-renderer-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-block-type-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-blocks-controller.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-categories-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-comments-controller.php
Tests: Correct assertion in WP_Test_REST_Comments_Controller::check_comment_data()
.
2020-09-26 03:12:21 +00:00
rest-controller.php
REST API: Support the patternProperties JSON Schema keyword.
2020-10-01 02:47:08 +00:00
rest-pages-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-plugins-controller.php
Tests: Replace a few more instances of assertEquals()
with assertSame()
.
2020-09-04 07:36:33 +00:00
rest-post-meta-fields.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-post-statuses-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-post-types-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-posts-controller.php
Tests: Add a polyfill for assertEqualsWithDelta()
to WP_UnitTestCase
and use it where appropriate.
2020-09-07 03:12:17 +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
REST API: Support a route-level validation callback.
2020-09-05 18:07:46 +00:00
rest-revisions-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-schema-sanitization.php
REST API: Support the patternProperties JSON Schema keyword.
2020-10-01 02:47:08 +00:00
rest-schema-setup.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-schema-validation.php
REST API: Support the patternProperties JSON Schema keyword.
2020-10-01 02:47:08 +00:00
rest-search-controller.php
REST API: Introduce search term handler.
2020-10-08 01:30:25 +00:00
rest-server.php
REST API: Refactor WP_REST_Server::dispatch()
to make internal logic reusable.
2020-09-05 21:50:31 +00:00
rest-settings-controller.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-tags-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-taxonomies-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-term-meta-fields.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-test-controller.php
REST API: Support the patternProperties JSON Schema keyword.
2020-10-01 02:47:08 +00:00
rest-themes-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00
rest-users-controller.php
Tests: Introduce assertSameSets()
and assertSameSetsWithIndex()
, and use them where appropriate.
2020-09-04 07:01:00 +00:00