Ticket #54612: 54612.patch
File 54612.patch, 448 bytes (added by , 3 years ago) |
---|
-
tests/phpunit/includes/install.php
diff --git tests/phpunit/includes/install.php tests/phpunit/includes/install.php index 8ce307818d..7e45a818bf 100644
if ( ! defined( 'WP_RUN_CORE_TESTS' ) && in_array( 'run_core_tests', $argv, true 14 14 } 15 15 16 16 define( 'WP_INSTALLING', true ); 17 define( 'DISABLE_WP_CRON', true ); 18 17 19 require_once $config_file_path; 18 20 require_once __DIR__ . '/functions.php'; 19 21