Make WordPress Core


Ignore:
Timestamp:
08/07/2021 11:56:24 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Remove redundant @requires tags.

As the minimum supported PHPUnit version has been upped to PHPUnit 5.7.21, these @requires tags are now redundant.

Follow-up to [51226], [51234], [51559-51576].

Props jrf.
See #46149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-request.php

    r51568 r51577  
    10091009        /**
    10101010         * @ticket 51255
    1011          * @requires PHPUnit >= 5.5
    10121011         */
    10131012        public function test_route_level_validate_callback() {
     
    10341033        /**
    10351034         * @ticket 51255
    1036          * @requires PHPUnit >= 5.5
    10371035         */
    10381036        public function test_route_level_validate_callback_no_parameter_callbacks() {
     
    10541052        /**
    10551053         * @ticket 51255
    1056          * @requires PHPUnit >= 5.5
    10571054         */
    10581055        public function test_route_level_validate_callback_is_not_executed_if_parameter_validation_fails() {
Note: See TracChangeset for help on using the changeset viewer.