Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54183, comment 19


Ignore:
Timestamp:
09/26/2021 03:49:55 AM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54183, comment 19

    initial v1  
    22
    33- Skips risky tests.
    4 - Influenced by [https://github.com/WordPress/wordpress-develop/blob/90b6ae994322514aa049afd1cec654416be5043a/tests/phpunit/tests/rest-api/rest-block-renderer-controller.php#L640 this implementation].
     4- Influenced by [https://github.com/WordPress/wordpress-develop/blob/90b6ae994322514aa049afd1cec654416be5043a/tests/phpunit/tests/rest-api/rest-block-renderer-controller.php#L618 this implementation].
    55- Adds `if ( ! empty( $tags ) ) {}` check to `WP_Test_REST_Tags_Controller()->test_get_terms_post_args_paging()` else skips the test.