Changeset 52359
- Timestamp:
- 12/12/2021 03:46:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r47904 r52359 15 15 16 16 define( 'WP_INSTALLING', true ); 17 18 /* 19 * Cron tries to make an HTTP request to the site, which always fails, 20 * because tests are run in CLI mode only. 21 */ 22 define( 'DISABLE_WP_CRON', true ); 23 17 24 require_once $config_file_path; 18 25 require_once __DIR__ . '/functions.php';
Note: See TracChangeset
for help on using the changeset viewer.