Make WordPress Core


Ignore:
Timestamp:
11/29/2021 03:10:55 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/block-supports/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [52069], as a continuation of the previous changes in ​[47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968], [50969], [51491], [51492], [51493], [51623], [51639], [51646], [51650], [51651], [51860].

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/block-supports/spacing.php

    r52069 r52264  
    33 * @group block-supports
    44 */
    5 class WP_Block_Supports_Spacing_Test extends WP_UnitTestCase {
     5class Tests_Block_Supports_Spacing extends WP_UnitTestCase {
    66    private $sample_block_content = '<div class="wp-block-test-block">Test</div>';
    77    private $test_gap_block_value = array();
Note: See TracChangeset for help on using the changeset viewer.