Make WordPress Core


Ignore:
Timestamp:
10/27/2020 04:07:21 PM (6 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/getPostTypeLabels.php

    r43571 r49327  
    44 * @group post
    55 */
    6 class Tests_Get_Post_Type_Labels extends WP_UnitTestCase {
     6class Tests_Post_GetPostTypeLabels extends WP_UnitTestCase {
    77        public function test_returns_an_object() {
    88                $this->assertInternalType(
Note: See TracChangeset for help on using the changeset viewer.