Make WordPress Core


Ignore:
Timestamp:
07/26/2021 06:45:48 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/blocks/ 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].

See #53363.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/wpBlockTypeRegistry.php

    r51490 r51491  
    11<?php
    22/**
    3  * WP_Block_Type_Registry Tests
     3 * WP_Block_Type_Registry tests
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Tests for WP_Block_Type_Registry
     11 * Tests for WP_Block_Type_Registry.
    1212 *
    1313 * @since 5.0.0
     
    1515 * @group blocks
    1616 */
    17 class WP_Test_Block_Type_Registry extends WP_UnitTestCase {
     17class Tests_Blocks_wpBlockTypeRegistry extends WP_UnitTestCase {
    1818
    1919    /**
Note: See TracChangeset for help on using the changeset viewer.