wordpress-develop/tests/phpunit/tests/ajax
Sergey Biryukov 5f8758953f Tests: Merge file-level and class-level DocBlocks in various unit test files.
Per the [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers documentation standards], whenever possible, all WordPress files should contain a header DocBlock, regardless of the file’s contents – this includes files containing classes.

However, this recommendation makes less sense for unit test classes if not applied consistently, and the duplicate tags cause some confusion.

This commit aims to reduce confusion and avoid repeating information by combining the DocBlocks.

Follow-up to [40607], [43183], [43291], [43292], [43499], [43568], [44502], [44535], [44628], [44786], [44824], [44906], [44909], [46175].

Props wojtekn, antonvlasenko, arafatjamil01, hztyfoon, mukesh27, costdev, jamilbd07, robinwpdeveloper, SergeyBiryukov.
Fixes #57099.

git-svn-id: https://develop.svn.wordpress.org/trunk@55337 602fd350-edb4-49c9-b593-d223f7449a82
2023-02-14 16:10:13 +00:00
..
wpAjaxAddMeta.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxAddTag.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxAjaxTagSearch.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxCropImage.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxDeleteComment.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxDeletePlugin.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxDimComment.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxEditComment.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxGetComments.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxHeartbeat.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxImageEditor.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxInlineSave.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxReplytoComment.php Build/Test Tools: Fix an incorrect inline comment in Tests_Ajax_wpAjaxReplytoComment. 2023-01-12 23:06:20 +00:00
wpAjaxResponse.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxSendAttachmentToEditor.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxUpdatePlugin.php Tests: Correctly restore the wp_installing() status in Ajax tests. 2022-10-30 02:52:04 +00:00
wpAjaxUpdateTheme.php Tests: Prevent wp_update_themes() from running in wp_ajax_update_theme() tests. 2022-10-30 03:48:53 +00:00
wpAjaxWpCompressionTest.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpAjaxWpPrivacyErasePersonalData.php Tests: Merge file-level and class-level DocBlocks in various unit test files. 2023-02-14 16:10:13 +00:00
wpAjaxWpPrivacyExportPersonalData.php Tests: Merge file-level and class-level DocBlocks in various unit test files. 2023-02-14 16:10:13 +00:00
wpCustomizeManager.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00
wpCustomizeNavMenus.php Tests: Rename classes in phpunit/tests/ajax/ per the naming conventions. 2022-10-30 01:05:06 +00:00