Make WordPress Core

Ticket #57099: 57099.diff

File 57099.diff, 9.5 KB (added by SergeyBiryukov, 2 years ago)
  • tests/phpunit/tests/admin/wpPrivacyRequestsTable.php

     
    55 * @package WordPress\UnitTests
    66 *
    77 * @since 5.1.0
    8  */
    9 
    10 /**
    11  * Tests_Admin_wpPrivacyRequestsTable class.
    128 *
    139 * @group admin
    1410 * @group privacy
    15  *
    16  * @since 5.1.0
    1711 */
    1812class Tests_Admin_wpPrivacyRequestsTable extends WP_UnitTestCase {
    1913
  • tests/phpunit/tests/ajax/wpAjaxWpPrivacyErasePersonalData.php

     
    44 *
    55 * @package WordPress\UnitTests
    66 * @since 5.2.0
    7  */
    8 
    9 /**
    10  * Tests_Ajax_PrivacyExportPersonalData class.
    117 *
    12  * @since 5.2.0
    13  *
    148 * @group ajax
    159 * @group privacy
    1610 *
  • tests/phpunit/tests/ajax/wpAjaxWpPrivacyExportPersonalData.php

     
    44 *
    55 * @package WordPress\UnitTests
    66 * @since 5.2.0
    7  */
    8 
    9 /**
    10  * Tests_Ajax_PrivacyExportPersonalData class.
    117 *
    12  * @since 5.2.0
    13  *
    148 * @group ajax
    159 * @group privacy
    1610 *
  • tests/phpunit/tests/comment/isAvatarCommentType.php

     
    55 * @package WordPress\UnitTests
    66 *
    77 * @since 5.1.0
    8  */
    9 
    10 /**
    11  * Tests_Comment_IsAvatarCommentType class.
    128 *
    139 * @group comment
    1410 *
    15  * @since 5.1.0
    16  *
    1711 * @covers ::is_avatar_comment_type
    1812 */
    1913class Tests_Comment_IsAvatarCommentType extends WP_UnitTestCase {
  • tests/phpunit/tests/functions/doEnclose.php

     
    55 * @package WordPress\UnitTests
    66 *
    77 * @since 5.3.0
    8  */
    9 
    10 /**
    11  * Tests_Functions_DoEnclose class.
    128 *
    13  * @since 5.3.0
    14  *
    159 * @group functions.php
    1610 * @group post
    1711 * @covers ::do_enclose
  • tests/phpunit/tests/privacy/wpCreateUserRequest.php

     
    11<?php
    22/**
    3  * Test the `wp_create_user_request()` function.
     3 * Test cases for the `wp_create_user_request()` function.
    44 *
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 5.2.0
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpCreateUserRequest class.
    128 *
    139 * @group privacy
    1410 * @covers ::wp_create_user_request
    15  *
    16  * @since 5.2.0
    1711 */
    1812class Tests_Privacy_wpCreateUserRequest extends WP_UnitTestCase {
    1913        /**
  • tests/phpunit/tests/privacy/wpPrivacyCompletedRequest.php

     
    11<?php
    22/**
    3  * Test the `_wp_privacy_completed_request()` function.
     3 * Test cases for the `_wp_privacy_completed_request()` function.
    44 *
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 4.9.6
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpPrivacyCompletedRequest class.
    128 *
    139 * @group privacy
    1410 * @covers ::_wp_privacy_completed_request
    15  *
    16  * @since 4.9.6
    1711 */
    1812class Tests_Privacy_wpPrivacyCompletedRequest extends WP_UnitTestCase {
    1913        /**
  • tests/phpunit/tests/privacy/wpPrivacyDeleteOldExportFiles.php

     
    11<?php
    22/**
    3  * Define a class to test `wp_privacy_delete_old_export_files()`.
     3 * Test cases for the `wp_privacy_delete_old_export_files()` function.
    44 *
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 4.9.6
    8  */
    9 
    10 /**
    11  * Test cases for `wp_privacy_delete_old_export_files()`.
    128 *
    139 * @group privacy
    1410 * @covers ::wp_privacy_delete_old_export_files
    15  *
    16  * @since 4.9.6
    1711 */
    1812class Tests_Privacy_wpPrivacyDeleteOldExportFiles extends WP_UnitTestCase {
    1913        /**
  • tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php

     
    11<?php
    22/**
    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.
    44 *
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 5.2.0
    8  */
    9 
    10 /**
    11  * Test cases for `wp_privacy_generate_personal_data_export_file()`.
    128 *
    139 * @group privacy
    1410 * @covers ::wp_privacy_generate_personal_data_export_file
    1511 * @requires extension zip
    16  *
    17  * @since 5.2.0
    1812 */
    1913class Tests_Privacy_wpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestCase {
    2014        /**
  • tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportGroupHtml.php

     
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 5.2.0
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpPrivacyGeneratePersonalDataExportGroupHtml class.
    128 *
    139 * @group privacy
    1410 * @covers ::wp_privacy_generate_personal_data_export_group_html
    15  *
    16  * @since 5.2.0
    1711 */
    1812class Tests_Privacy_wpPrivacyGeneratePersonalDataExportGroupHtml extends WP_UnitTestCase {
    1913
  • tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php

     
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 5.2.0
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpPrivacyProcessPersonalDataExportPage class.
    128 *
    139 * @group privacy
    1410 * @covers ::wp_privacy_process_personal_data_export_page
    15  *
    16  * @since 5.2.0
    1711 */
    1812class Tests_Privacy_wpPrivacyProcessPersonalDataExportPage extends WP_UnitTestCase {
    1913        /**
  • tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php

     
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 5.1.0
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpPrivacySendErasureFulfillmentNotification class.
    128 *
    139 * @group privacy
    1410 * @covers ::_wp_privacy_send_erasure_fulfillment_notification
    15  *
    16  * @since 5.1.0
    1711 */
    1812class Tests_Privacy_wpPrivacySendErasureFulfillmentNotification extends WP_UnitTestCase {
    1913        /**
  • tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php

     
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 4.9.6
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpPrivacySendPersonalDataExportEmail class.
    128 *
    139 * @group privacy
    1410 * @covers ::wp_privacy_send_personal_data_export_email
    15  *
    16  * @since 4.9.6
    1711 */
    1812class Tests_Privacy_wpPrivacySendPersonalDataExportEmail extends WP_UnitTestCase {
    1913        /**
  • tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php

     
    55 * @package WordPress
    66 * @subpackage UnitTests
    77 * @since 4.9.8
    8  */
    9 
    10 /**
    11  * Tests_Privacy_wpPrivacySendRequestConfirmationNotification class.
    128 *
    139 * @group privacy
    1410 * @group user
    1511 * @covers ::_wp_privacy_send_request_confirmation_notification
    16  *
    17  * @since 4.9.8
    1812 */
    1913class Tests_Privacy_wpPrivacySendRequestConfirmationNotification extends WP_UnitTestCase {
    2014        /**
  • tests/phpunit/tests/user/wpSendUserRequest.php

     
    44 *
    55 * @package WordPress
    66 * @since 4.9.9
    7  */
    8 
    9 /**
    10  * Tests_User_WpSendUserRequest class.
    117 *
    12  * @since 4.9.9
    13  *
    148 * @group privacy
    159 * @group user
    1610 * @covers ::wp_send_user_request