Make WordPress Core


Ignore:
Timestamp:
06/13/2022 03:24:11 PM (2 years ago)
Author:
SergeyBiryukov
Message:

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

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/multisite.php

    r52010 r53494  
    1010     * @group multisite
    1111     */
    12     class Tests_Multisite_Option extends WP_UnitTestCase {
     12    class Tests_Option_Multisite extends WP_UnitTestCase {
    1313
    1414        public function test_from_same_site() {
Note: See TracChangeset for help on using the changeset viewer.