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/supportedStyles.php

    r51490 r51491  
    11<?php
    22/**
    3  * Block Tests
     3 * Block supported style tests
    44 *
    55 * @package WordPress
     
    1515 * @group blocks
    1616 */
    17 class Block_Supported_Styles_Test extends WP_UnitTestCase {
     17class Tests_Blocks_SupportedStyles extends WP_UnitTestCase {
    1818
    1919    /**
Note: See TracChangeset for help on using the changeset viewer.