- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxSendAttachmentToEditor.php
r54721 r54722 9 9 * 10 10 * @group ajax 11 * 12 * @covers ::wp_ajax_send_attachment_to_editor 11 13 */ 12 class Tests_Ajax_Attachments extends WP_Ajax_UnitTestCase { 14 class Tests_Ajax_wpAjaxSendAttachmentToEditor extends WP_Ajax_UnitTestCase { 15 13 16 /** 14 17 * @ticket 36578 15 18 * 16 * @covers ::wp_ajax_send_attachment_to_editor17 19 * @covers ::get_image_send_to_editor 18 20 */ … … 59 61 * @ticket 36578 60 62 * @group ms-excluded 61 *62 * @covers ::wp_ajax_send_attachment_to_editor63 63 */ 64 64 public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() {
Note: See TracChangeset
for help on using the changeset viewer.