Make WordPress Core

Changeset 49630


Ignore:
Timestamp:
11/17/2020 03:48:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Further remove tautology from comments in recurse_dirsize() tests.

Follow-up to [49212], [49616], [49628].

See #19879.

File:
1 edited

Legend:

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

    r49629 r49630  
    3535            /*
    3636             * Our comparison of space relies on an initial value of 0. If a previous test has failed
    37              * or if the `src` directory already contains a content directory with site content, then
    38              * the initial expectation will be polluted. We create sites until an empty one is available.
     37             * or if the `src` directory already contains a directory with site content, then the initial
     38             * expectation will be polluted. We create sites until an empty one is available.
    3939             */
    4040            while ( 0 !== get_space_used() ) {
     
    8484            /*
    8585             * Our comparison of space relies on an initial value of 0. If a previous test has failed
    86              * or if the `src` directory already contains a content directory with site content, then
    87              * the initial expectation will be polluted. We create sites until an empty one is available.
     86             * or if the `src` directory already contains a directory with site content, then the initial
     87             * expectation will be polluted. We create sites until an empty one is available.
    8888             */
    8989            while ( 0 !== get_space_used() ) {
     
    132132            /*
    133133             * Our comparison of space relies on an initial value of 0. If a previous test has failed
    134              * or if the `src` directory already contains a content directory with site content, then
    135              * the initial expectation will be polluted. We create sites until an empty one is available.
     134             * or if the `src` directory already contains a directory with site content, then the initial
     135             * expectation will be polluted. We create sites until an empty one is available.
    136136             */
    137137            while ( 0 !== get_space_used() ) {
     
    180180            /*
    181181             * Our comparison of space relies on an initial value of 0. If a previous test has failed
    182              * or if the `src` directory already contains a content directory with site content, then
    183              * the initial expectation will be polluted. We create sites until an empty one is available.
     182             * or if the `src` directory already contains a directory with site content, then the initial
     183             * expectation will be polluted. We create sites until an empty one is available.
    184184             */
    185185            while ( 0 !== get_space_used() ) {
Note: See TracChangeset for help on using the changeset viewer.