Make WordPress Core

Changeset 35206


Ignore:
Timestamp:
10/15/2015 06:47:11 PM (8 years ago)
Author:
boonebgorges
Message:

Fix incorrect variable name introduced in [35197].

See #30017, #33968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user/query.php

    r35197 r35206  
    11531153        }
    11541154
    1155         $sites = $this->factory->blog->create_many( 2 );
    1156 
    1157         add_user_to_blog( self::$author_ids[0], self::$author_ids[0], 'author' );
    1158         add_user_to_blog( self::$author_ids[1], self::$author_ids[1], 'author' );
     1155        $sites = self::$static_factory->blog->create_many( 2 );
     1156
     1157        add_user_to_blog( $sites[0], self::$author_ids[0], 'author' );
     1158        add_user_to_blog( $sites[1], self::$author_ids[1], 'author' );
    11591159
    11601160        $found = get_users( array(
Note: See TracChangeset for help on using the changeset viewer.