Make WordPress Core


Ignore:
Timestamp:
05/24/2021 01:37:56 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/privacy/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968].

See #52625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php

    r49603 r50969  
    99
    1010/**
    11  * Tests_Privacy_WpPrivacySendErasureFulfillmentNotification class.
     11 * Tests_Privacy_wpPrivacySendErasureFulfillmentNotification class.
    1212 *
    1313 * @group privacy
     
    1616 * @since 5.1.0
    1717 */
    18 class Tests_Privacy_WpPrivacySendErasureFulfillmentNotification extends WP_UnitTestCase {
     18class Tests_Privacy_wpPrivacySendErasureFulfillmentNotification extends WP_UnitTestCase {
    1919    /**
    2020     * Request ID.
Note: See TracChangeset for help on using the changeset viewer.