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 edited

Legend:

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

    r51462 r51491  
    11<?php
    22/**
    3  * Block rendering tests.
     3 * Block rendering tests
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Tests for block rendering functions
     11 * Tests for block rendering functions.
    1212 *
    1313 * @since 5.0.0
     
    1515 * @group blocks
    1616 */
    17 class WP_Test_Block_Render extends WP_UnitTestCase {
     17class Tests_Blocks_Render extends WP_UnitTestCase {
    1818    /**
    1919     * The location of the fixtures to test with.
Note: See TracChangeset for help on using the changeset viewer.