Changeset 35225 for trunk/tests/phpunit/includes/testcase-xmlrpc.php
- Timestamp:
- 10/16/2015 09:04:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-xmlrpc.php
r30279 r35225 23 23 24 24 protected function make_user_by_role( $role ) { 25 return $this->factory->user->create( array(25 return self::$factory->user->create( array( 26 26 'user_login' => $role, 27 27 'user_pass' => $role,
Note: See TracChangeset
for help on using the changeset viewer.