Changeset 55337
- Timestamp:
- 02/14/2023 04:10:13 PM (20 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpCommunityEvents.php
r54075 r55337 6 6 * @subpackage UnitTests 7 7 * @since 4.8.0 8 */9 10 /**11 * Class Tests_Admin_wpCommunityEvents.12 8 * 13 9 * @group admin 14 10 * @group community-events 15 *16 * @since 4.8.017 11 */ 18 12 class Tests_Admin_wpCommunityEvents extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r54215 r55337 6 6 * 7 7 * @since 5.1.0 8 */9 10 /**11 * Tests_Admin_wpPrivacyRequestsTable class.12 8 * 13 9 * @group admin 14 10 * @group privacy 15 *16 * @since 5.1.017 11 */ 18 12 class Tests_Admin_wpPrivacyRequestsTable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php
r54722 r55337 4 4 * 5 5 * @package WordPress\UnitTests 6 * @since 5.2.07 */8 9 /**10 * Tests_Ajax_PrivacyExportPersonalData class.11 *12 6 * @since 5.2.0 13 7 * -
trunk/tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php
r54722 r55337 4 4 * 5 5 * @package WordPress\UnitTests 6 * @since 5.2.07 */8 9 /**10 * Tests_Ajax_PrivacyExportPersonalData class.11 *12 6 * @since 5.2.0 13 7 * -
trunk/tests/phpunit/tests/comment/isAvatarCommentType.php
r53863 r55337 6 6 * 7 7 * @since 5.1.0 8 */9 10 /**11 * Tests_Comment_IsAvatarCommentType class.12 8 * 13 9 * @group comment 14 *15 * @since 5.1.016 10 * 17 11 * @covers ::is_avatar_comment_type -
trunk/tests/phpunit/tests/functions/doEnclose.php
r55211 r55337 1 1 <?php 2 2 3 /** 3 4 * Test cases for the `do_enclose()` function. 4 5 * 5 6 * @package WordPress\UnitTests 6 *7 * @since 5.3.08 */9 10 /**11 * Tests_Functions_DoEnclose class.12 7 * 13 8 * @since 5.3.0 -
trunk/tests/phpunit/tests/privacy/wpCreateUserRequest.php
r50969 r55337 1 1 <?php 2 2 /** 3 * Test the `wp_create_user_request()` function.3 * Test cases for the `wp_create_user_request()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 5.2.0 8 */9 10 /**11 * Tests_Privacy_wpCreateUserRequest class.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_create_user_request 15 *16 * @since 5.2.017 11 */ 18 12 class Tests_Privacy_wpCreateUserRequest extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacyCompletedRequest.php
r50969 r55337 1 1 <?php 2 2 /** 3 * Test the `_wp_privacy_completed_request()` function.3 * Test cases for the `_wp_privacy_completed_request()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 4.9.6 8 */9 10 /**11 * Tests_Privacy_wpPrivacyCompletedRequest class.12 8 * 13 9 * @group privacy 14 10 * @covers ::_wp_privacy_completed_request 15 *16 * @since 4.9.617 11 */ 18 12 class Tests_Privacy_wpPrivacyCompletedRequest extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacyDeleteOldExportFiles.php
r51568 r55337 1 1 <?php 2 2 /** 3 * Define a class to test `wp_privacy_delete_old_export_files()`.3 * Test cases for the `wp_privacy_delete_old_export_files()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 4.9.6 8 */9 10 /**11 * Test cases for `wp_privacy_delete_old_export_files()`.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_privacy_delete_old_export_files 15 *16 * @since 4.9.617 11 */ 18 12 class Tests_Privacy_wpPrivacyDeleteOldExportFiles extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r53948 r55337 1 1 <?php 2 2 /** 3 * Define a class to test `wp_privacy_generate_personal_data_export_file()`.3 * Test cases for the `wp_privacy_generate_personal_data_export_file()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 5.2.0 8 */9 10 /**11 * Test cases for `wp_privacy_generate_personal_data_export_file()`.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_privacy_generate_personal_data_export_file 15 11 * @requires extension zip 16 *17 * @since 5.2.018 12 */ 19 13 class Tests_Privacy_wpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportGroupHtml.php
r51462 r55337 6 6 * @subpackage UnitTests 7 7 * @since 5.2.0 8 */9 10 /**11 * Tests_Privacy_wpPrivacyGeneratePersonalDataExportGroupHtml class.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_privacy_generate_personal_data_export_group_html 15 *16 * @since 5.2.017 11 */ 18 12 class Tests_Privacy_wpPrivacyGeneratePersonalDataExportGroupHtml extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r53948 r55337 6 6 * @subpackage UnitTests 7 7 * @since 5.2.0 8 */9 10 /**11 * Tests_Privacy_wpPrivacyProcessPersonalDataExportPage class.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_privacy_process_personal_data_export_page 15 *16 * @since 5.2.017 11 */ 18 12 class Tests_Privacy_wpPrivacyProcessPersonalDataExportPage extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
r54090 r55337 6 6 * @subpackage UnitTests 7 7 * @since 5.1.0 8 */9 10 /**11 * Tests_Privacy_wpPrivacySendErasureFulfillmentNotification class.12 8 * 13 9 * @group privacy 14 10 * @covers ::_wp_privacy_send_erasure_fulfillment_notification 15 *16 * @since 5.1.017 11 */ 18 12 class Tests_Privacy_wpPrivacySendErasureFulfillmentNotification extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
r51568 r55337 6 6 * @subpackage UnitTests 7 7 * @since 4.9.6 8 */9 10 /**11 * Tests_Privacy_wpPrivacySendPersonalDataExportEmail class.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_privacy_send_personal_data_export_email 15 *16 * @since 4.9.617 11 */ 18 12 class Tests_Privacy_wpPrivacySendPersonalDataExportEmail extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
r54090 r55337 6 6 * @subpackage UnitTests 7 7 * @since 4.9.8 8 */9 10 /**11 * Tests_Privacy_wpPrivacySendRequestConfirmationNotification class.12 8 * 13 9 * @group privacy 14 10 * @group user 15 11 * @covers ::_wp_privacy_send_request_confirmation_notification 16 *17 * @since 4.9.818 12 */ 19 13 class Tests_Privacy_wpPrivacySendRequestConfirmationNotification extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/user/wpSendUserRequest.php
r53489 r55337 4 4 * 5 5 * @package WordPress 6 * @since 4.9.97 */8 9 /**10 * Tests_User_WpSendUserRequest class.11 *12 6 * @since 4.9.9 13 7 *
Note: See TracChangeset
for help on using the changeset viewer.