Make WordPress Core

Changeset 29552


Ignore:
Timestamp:
08/20/2014 05:13:04 PM (9 years ago)
Author:
wonderboymusic
Message:

Ensure that $wpdb is imported in Tests_MS::_setup_host_request.

Props tellyworth.
Fixes #27884.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ms.php

    r29250 r29552  
    15111511     */
    15121512    function _setup_host_request( $domain, $path ) {
    1513         global $current_site, $current_blog, $table_prefix;
     1513        global $current_site, $current_blog, $table_prefix, $wpdb;
    15141514
    15151515        $table_prefix = WP_TESTS_TABLE_PREFIX;
Note: See TracChangeset for help on using the changeset viewer.