Ticket #41425: 41425.diff
File 41425.diff, 452 bytes (added by , 7 years ago) |
---|
-
tests/phpunit/includes/install.php
diff --git a/tests/phpunit/includes/install.php b/tests/phpunit/includes/install.php index 38db3ce..5d4d568 100644
a b tests_reset__SERVER(); 22 22 23 23 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 24 24 25 define( 'WP_REPAIRING', true ); 25 26 require_once ABSPATH . '/wp-settings.php'; 26 27 27 28 require_once ABSPATH . '/wp-admin/includes/upgrade.php';