Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r46881 r47122  
    66        >
    77    <testsuites>
    8         <!-- Default test suite to run all tests -->
     8        <!-- Default test suite to run all tests. -->
    99        <testsuite name="default">
    1010            <directory suffix=".php">tests/phpunit/tests</directory>
    1111            <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude>
    1212        </testsuite>
    13         <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->
     13        <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last. -->
    1414        <testsuite name="restapi-autosave">
    1515            <file>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</file>
     
    4545            <directory suffix=".php">src</directory>
    4646            <exclude>
    47                 <!-- Third party library exclusions -->
     47                <!-- Third party library exclusions. -->
    4848                <directory suffix=".php">src/wp-includes/ID3</directory>
    4949                <directory suffix=".php">src/wp-includes/IXR</directory>
Note: See TracChangeset for help on using the changeset viewer.