Changeset 35206
- Timestamp:
- 10/15/2015 06:47:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/query.php
r35197 r35206 1153 1153 } 1154 1154 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' ); 1159 1159 1160 1160 $found = get_users( array(
Note: See TracChangeset
for help on using the changeset viewer.