Make WordPress Core

Changeset 49757


Ignore:
Timestamp:
12/05/2020 03:49:25 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Tests: Correct @ticket references in some test files.

See #51802.

Location:
trunk/tests/phpunit/tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/image/editorGd.php

    r49751 r49757  
    114114         * both height and weight are missing, null, or 0.
    115115         *
    116          * ticket 26823
     116         * @ticket 26823
    117117         */
    118118        public function test_multi_resize_does_not_create() {
     
    182182         * Test multi_resize with multiple sizes
    183183         *
    184          * ticket 26823
     184         * @ticket 26823
    185185         */
    186186        public function test_multi_resize() {
  • trunk/tests/phpunit/tests/image/editorImagick.php

    r49542 r49757  
    108108         * both height and weight are missing, null, or 0.
    109109         *
    110          * ticket 26823
     110         * @ticket 26823
    111111         */
    112112        public function test_multi_resize_does_not_create() {
     
    176176         * Test multi_resize with multiple sizes
    177177         *
    178          * ticket 26823
     178         * @ticket 26823
    179179         */
    180180        public function test_multi_resize() {
  • trunk/tests/phpunit/tests/user.php

    r49603 r49757  
    276276
    277277        /**
    278          * ticket 19265
     278         * @ticket 19265
    279279         */
    280280        function test_user_level_property_back_compat() {
     
    411411
    412412        /**
    413          * ticket 19595
     413         * @ticket 19595
    414414         */
    415415        function test_global_userdata() {
     
    427427
    428428        /**
    429          * ticket 19769
     429         * @ticket 19769
    430430         */
    431431        function test_global_userdata_is_null_when_logged_out() {
Note: See TracChangeset for help on using the changeset viewer.