Changeset 49603 for trunk/tests/phpunit/tests/sitemaps/sitemaps-users.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/sitemaps/sitemaps-users.php
r48939 r49603 24 24 * @param WP_UnitTest_Factory $factory A WP_UnitTest_Factory object. 25 25 */ 26 public static function wpSetUpBeforeClass( $factory ) {26 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 27 27 self::$users = $factory->user->create_many( 10, array( 'role' => 'editor' ) ); 28 28 self::$editor_id = self::$users[0];
Note: See TracChangeset
for help on using the changeset viewer.