Changeset 50969
- Timestamp:
- 05/24/2021 01:37:56 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r48858 r50969 9 9 10 10 /** 11 * Tests_Admin_ WpPrivacyRequestsTable class.11 * Tests_Admin_wpPrivacyRequestsTable class. 12 12 * 13 13 * @group admin … … 16 16 * @since 5.1.0 17 17 */ 18 class Tests_Admin_ WpPrivacyRequestsTable extends WP_UnitTestCase {18 class Tests_Admin_wpPrivacyRequestsTable extends WP_UnitTestCase { 19 19 /** 20 20 * Get instance for mocked class. -
trunk/tests/phpunit/tests/privacy/wpCreateUserRequest.php
r50230 r50969 9 9 10 10 /** 11 * Tests_ WpCreateUserRequest class.11 * Tests_Privacy_wpCreateUserRequest class. 12 12 * 13 13 * @group privacy … … 16 16 * @since 5.2.0 17 17 */ 18 class Tests_ WpCreateUserRequest extends WP_UnitTestCase {18 class Tests_Privacy_wpCreateUserRequest extends WP_UnitTestCase { 19 19 /** 20 20 * Request ID. -
trunk/tests/phpunit/tests/privacy/wpPrivacyCompletedRequest.php
r49603 r50969 9 9 10 10 /** 11 * Tests_ WpPrivacyCompletedRequest class.11 * Tests_Privacy_wpPrivacyCompletedRequest class. 12 12 * 13 13 * @group privacy … … 16 16 * @since 4.9.6 17 17 */ 18 class Tests_ WpPrivacyCompletedRequest extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacyCompletedRequest extends WP_UnitTestCase { 19 19 /** 20 20 * Request ID -
trunk/tests/phpunit/tests/privacy/wpPrivacyDeleteOldExportFiles.php
r50037 r50969 16 16 * @since 4.9.6 17 17 */ 18 class Tests_Privacy_ WpPrivacyDeleteOldExportFiles extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacyDeleteOldExportFiles extends WP_UnitTestCase { 19 19 /** 20 20 * Path to the index file that blocks directory listing on poorly-configured servers. -
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r50713 r50969 16 16 * @since 5.2.0 17 17 */ 18 class Tests_Privacy_ WpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestCase { 19 19 /** 20 20 * An Export Request ID -
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportGroupHtml.php
r47278 r50969 9 9 10 10 /** 11 * Tests_Privacy_ WpPrivacyGeneratePersonalDataExportGroupHtml class.11 * Tests_Privacy_wpPrivacyGeneratePersonalDataExportGroupHtml class. 12 12 * 13 13 * @group privacy … … 16 16 * @since 5.2.0 17 17 */ 18 class Tests_Privacy_ WpPrivacyGeneratePersonalDataExportGroupHtml extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacyGeneratePersonalDataExportGroupHtml extends WP_UnitTestCase { 19 19 20 20 /** -
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r49971 r50969 9 9 10 10 /** 11 * Tests_Privacy_ WpPrivacyProcessPersonalDataExportPage class.11 * Tests_Privacy_wpPrivacyProcessPersonalDataExportPage class. 12 12 * 13 13 * @group privacy … … 16 16 * @since 5.2.0 17 17 */ 18 class Tests_Privacy_ WpPrivacyProcessPersonalDataExportPage extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacyProcessPersonalDataExportPage extends WP_UnitTestCase { 19 19 /** 20 20 * Request ID. -
trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
r49603 r50969 9 9 10 10 /** 11 * Tests_Privacy_ WpPrivacySendErasureFulfillmentNotification class.11 * Tests_Privacy_wpPrivacySendErasureFulfillmentNotification class. 12 12 * 13 13 * @group privacy … … 16 16 * @since 5.1.0 17 17 */ 18 class Tests_Privacy_ WpPrivacySendErasureFulfillmentNotification extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacySendErasureFulfillmentNotification extends WP_UnitTestCase { 19 19 /** 20 20 * Request ID. -
trunk/tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
r49603 r50969 9 9 10 10 /** 11 * Tests_Privacy_ WpPrivacySendPersonalDataExportEmail class.11 * Tests_Privacy_wpPrivacySendPersonalDataExportEmail class. 12 12 * 13 13 * @group privacy … … 16 16 * @since 4.9.6 17 17 */ 18 class Tests_Privacy_ WpPrivacySendPersonalDataExportEmail extends WP_UnitTestCase {18 class Tests_Privacy_wpPrivacySendPersonalDataExportEmail extends WP_UnitTestCase { 19 19 /** 20 20 * Request ID. -
trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
r48848 r50969 3 3 * Test cases for the `_wp_privacy_send_request_confirmation_notification()` function. 4 4 * 5 * @package WordPress 6 * @subpackage UnitTests 5 7 * @since 4.9.8 6 8 */ 7 9 8 10 /** 9 * Tests_User_WpPrivacySendRequestConfirmationNotification class. 10 * 11 * @since 4.9.8 11 * Tests_Privacy_wpPrivacySendRequestConfirmationNotification class. 12 12 * 13 13 * @group privacy 14 14 * @group user 15 15 * @covers ::_wp_privacy_send_request_confirmation_notification 16 * 17 * @since 4.9.8 16 18 */ 17 class Tests_ User_WpPrivacySendRequestConfirmationNotification extends WP_UnitTestCase {19 class Tests_Privacy_wpPrivacySendRequestConfirmationNotification extends WP_UnitTestCase { 18 20 /** 19 21 * Reset the mocked PHPMailer instance before each test method.
Note: See TracChangeset
for help on using the changeset viewer.