Changeset 49268 for trunk/tests/phpunit/includes/testcase-xmlrpc.php
- Timestamp:
- 10/22/2020 12:17:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-xmlrpc.php
r47198 r49268 23 23 } 24 24 25 protected function make_user_by_role( $role ) {25 protected static function make_user_by_role( $role ) { 26 26 return self::factory()->user->create( 27 27 array(
Note: See TracChangeset
for help on using the changeset viewer.