Changeset 13980 for trunk/tests/phpunit/testcases/xprofile/template.php
- Timestamp:
- 07/27/2024 04:30:23 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/xprofile/template.php
r13797 r13980 19 19 ); 20 20 21 $this->set_current_user( $u1 );21 self::set_current_user( $u1 ); 22 22 23 23 bp_has_profile( … … 32 32 $this->assertEquals( 'Foo Bar', $field->data->value, 'The primary field should be the Name one and its value should be the same than the display name, by default' ); 33 33 34 $this->set_current_user( $prev_user );34 self::set_current_user( $prev_user ); 35 35 $profile_template = $reset_profile_template; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.