Make WordPress Core

Changeset 45820


Ignore:
Timestamp:
08/16/2019 03:32:23 AM (7 years ago)
Author:
kadamwhite
Message:

Add @ticket annotations for [45812].

Props birgire.
See #43709.

File:
1 edited

Legend:

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

    r45812 r45820  
    242242        }
    243243
     244        /**
     245         * @ticket 43709
     246         */
    244247        public function test_delete_item_remove_do_not_allow() {
    245248                wp_set_current_user( self::$editor_id );
     
    252255        }
    253256
     257        /**
     258         * @ticket 43709
     259         */
    254260        public function test_delete_item_cannot_delete_parent() {
    255261                wp_set_current_user( self::$editor_id );
     
    261267        }
    262268
     269        /**
     270         * @ticket 38494
     271         * @ticket 43709
     272         */
    263273        public function test_delete_item_no_trash() {
    264274                wp_set_current_user( self::$editor_id );
Note: See TracChangeset for help on using the changeset viewer.