Changeset 12754 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 10/15/2020 06:33:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r12679 r12754 387 387 // Setup parameters to assert to be the same 388 388 $expected = $time; 389 $found = bp_get_user_ meta( $user, 'last_activity', true);389 $found = bp_get_user_last_activity( $user ); 390 390 391 391 $this->assertSame( $expected, $found );
Note: See TracChangeset
for help on using the changeset viewer.