Make WordPress Core


Ignore:
Timestamp:
10/27/2020 04:07:21 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename some files and classes in phpunit/tests/post/ per the naming conventions.

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

Follow-up to [47780].

See #51344.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/post/pings.php

    r46586 r49327  
    55 * @group ping
    66 */
    7 class Tests_Ping_and_Trackback_Sending extends WP_UnitTestCase {
     7class Tests_Post_Pings extends WP_UnitTestCase {
    88
    99    public function test_returns_to_ping_sites_from_post_id() {
Note: See TracChangeset for help on using the changeset viewer.