Make WordPress Core


Ignore:
Timestamp:
08/16/2021 09:33:54 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

See #53363.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/urlShorten.php

    r51622 r51623  
    44 * @group formatting
    55 */
    6 class Tests_Formatting_URLShorten extends WP_UnitTestCase {
    7     function test_shorten_url() {
     6class Tests_Formatting_UrlShorten extends WP_UnitTestCase {
     7    function test_url_shorten() {
    88        $tests = array(
    99            'wordpress\.org/about/philosophy'            => 'wordpress\.org/about/philosophy', // No longer strips slashes.
Note: See TracChangeset for help on using the changeset viewer.