Make WordPress Core

Ticket #54612: 54612.patch

File 54612.patch, 448 bytes (added by Chouby, 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 
    1414}
    1515
    1616define( 'WP_INSTALLING', true );
     17define( 'DISABLE_WP_CRON', true );
     18
    1719require_once $config_file_path;
    1820require_once __DIR__ . '/functions.php';
    1921