Changeset 9141
- Timestamp:
- 11/14/2014 02:01:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r9140 r9141 311 311 * @global BuddyPres $bp 312 312 */ 313 function set_current_user( $user_id ) {313 public static function set_current_user( $user_id ) { 314 314 global $bp; 315 315 $bp->loggedin_user->id = $user_id;
Note: See TracChangeset
for help on using the changeset viewer.