Changeset 49630
- Timestamp:
- 11/17/2020 03:48:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/cleanDirsizeCache.php
r49629 r49630 35 35 /* 36 36 * 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, then38 * the initialexpectation 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. 39 39 */ 40 40 while ( 0 !== get_space_used() ) { … … 84 84 /* 85 85 * 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, then87 * the initialexpectation 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. 88 88 */ 89 89 while ( 0 !== get_space_used() ) { … … 132 132 /* 133 133 * 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, then135 * the initialexpectation 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. 136 136 */ 137 137 while ( 0 !== get_space_used() ) { … … 180 180 /* 181 181 * 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, then183 * the initialexpectation 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. 184 184 */ 185 185 while ( 0 !== get_space_used() ) {
Note: See TracChangeset
for help on using the changeset viewer.