Changeset 53561 for trunk/tests/phpunit/tests/ajax/Attachments.php
- Timestamp:
- 06/23/2022 07:45:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Attachments.php
r51870 r53561 13 13 /** 14 14 * @ticket 36578 15 * 16 * @covers ::wp_ajax_send_attachment_to_editor 17 * @covers ::get_image_send_to_editor 15 18 */ 16 19 public function test_wp_ajax_send_attachment_to_editor_should_return_an_image() { … … 65 68 * @ticket 36578 66 69 * @group ms-excluded 70 * 71 * @covers ::wp_ajax_send_attachment_to_editor 67 72 */ 68 73 public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() { 74 $this->skipWithMultisite(); 75 69 76 // Become an administrator. 70 77 $post = $_POST;
Note: See TracChangeset
for help on using the changeset viewer.