Changeset 46213 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 09/20/2019 09:58:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r45607 r46213 25 25 26 26 /* 27 * Globalize some WordPress variables, because PHPUnit loads this file inside a function 27 * Globalize some WordPress variables, because PHPUnit loads this file inside a function. 28 28 * See: https://github.com/sebastianbergmann/phpunit/issues/325 29 29 */ … … 64 64 } 65 65 66 // Cron tries to make an HTTP request to the blog, which always fails, because tests are run in CLI mode only 66 /* 67 * Cron tries to make an HTTP request to the site, which always fails, 68 * because tests are run in CLI mode only. 69 */ 67 70 define( 'DISABLE_WP_CRON', true ); 68 71
Note: See TracChangeset
for help on using the changeset viewer.