Changeset 45820
- Timestamp:
- 08/16/2019 03:32:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-revisions-controller.php
r45812 r45820 242 242 } 243 243 244 /** 245 * @ticket 43709 246 */ 244 247 public function test_delete_item_remove_do_not_allow() { 245 248 wp_set_current_user( self::$editor_id ); … … 252 255 } 253 256 257 /** 258 * @ticket 43709 259 */ 254 260 public function test_delete_item_cannot_delete_parent() { 255 261 wp_set_current_user( self::$editor_id ); … … 261 267 } 262 268 269 /** 270 * @ticket 38494 271 * @ticket 43709 272 */ 263 273 public function test_delete_item_no_trash() { 264 274 wp_set_current_user( self::$editor_id );
Note: See TracChangeset
for help on using the changeset viewer.