Make WordPress Core


Ignore:
Timestamp:
10/27/2022 03:53:08 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/comment/ 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], [50969], [51491], [51492], [51493], [51623], [51639], [51646], [51650], [51651], [51860], [52264], [52265], [53489], [53863].

See #56793.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment/wpCheckCommentDisallowedList.php

    r54703 r54704  
    33/**
    44 * @group comment
     5 *
     6 * @covers ::wp_check_comment_disallowed_list
    57 */
    6 class Tests_WP_Blocklist_Check extends WP_UnitTestCase {
     8class Tests_Comment_wpCheckCommentDisallowedList extends WP_UnitTestCase {
    79
    810    public function test_should_return_true_when_content_matches_disallowed_keys() {
Note: See TracChangeset for help on using the changeset viewer.