Ticket #57099: 57099.diff
File 57099.diff, 9.5 KB (added by , 2 years ago) |
---|
-
tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
5 5 * @package WordPress\UnitTests 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 { 19 13 -
tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php
4 4 * 5 5 * @package WordPress\UnitTests 6 6 * @since 5.2.0 7 */8 9 /**10 * Tests_Ajax_PrivacyExportPersonalData class.11 7 * 12 * @since 5.2.013 *14 8 * @group ajax 15 9 * @group privacy 16 10 * -
tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php
4 4 * 5 5 * @package WordPress\UnitTests 6 6 * @since 5.2.0 7 */8 9 /**10 * Tests_Ajax_PrivacyExportPersonalData class.11 7 * 12 * @since 5.2.013 *14 8 * @group ajax 15 9 * @group privacy 16 10 * -
tests/phpunit/tests/comment/isAvatarCommentType.php
5 5 * @package WordPress\UnitTests 6 6 * 7 7 * @since 5.1.0 8 */9 10 /**11 * Tests_Comment_IsAvatarCommentType class.12 8 * 13 9 * @group comment 14 10 * 15 * @since 5.1.016 *17 11 * @covers ::is_avatar_comment_type 18 12 */ 19 13 class Tests_Comment_IsAvatarCommentType extends WP_UnitTestCase { -
tests/phpunit/tests/functions/doEnclose.php
5 5 * @package WordPress\UnitTests 6 6 * 7 7 * @since 5.3.0 8 */9 10 /**11 * Tests_Functions_DoEnclose class.12 8 * 13 * @since 5.3.014 *15 9 * @group functions.php 16 10 * @group post 17 11 * @covers ::do_enclose -
tests/phpunit/tests/privacy/wpCreateUserRequest.php
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 { 19 13 /** -
tests/phpunit/tests/privacy/wpPrivacyCompletedRequest.php
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 { 19 13 /** -
tests/phpunit/tests/privacy/wpPrivacyDeleteOldExportFiles.php
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 { 19 13 /** -
tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
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 { 20 14 /** -
tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportGroupHtml.php
5 5 * @package WordPress 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 { 19 13 -
tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
5 5 * @package WordPress 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 { 19 13 /** -
tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
5 5 * @package WordPress 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 { 19 13 /** -
tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
5 5 * @package WordPress 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 { 19 13 /** -
tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
5 5 * @package WordPress 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 { 20 14 /** -
tests/phpunit/tests/user/wpSendUserRequest.php
4 4 * 5 5 * @package WordPress 6 6 * @since 4.9.9 7 */8 9 /**10 * Tests_User_WpSendUserRequest class.11 7 * 12 * @since 4.9.913 *14 8 * @group privacy 15 9 * @group user 16 10 * @covers ::wp_send_user_request