Changeset 13873 for trunk/tests/phpunit/testcases/groups/notifications.php
- Timestamp:
- 05/25/2024 04:47:42 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/notifications.php
r13314 r13873 182 182 183 183 // fire the hook 184 do_action( 'group s_demoted_member', $u, $g );184 do_action( 'group_member_demoted', $u, $g ); 185 185 186 186 $notifications = BP_Notifications_Notification::get( array( … … 206 206 207 207 // fire the hook 208 do_action( 'group s_demoted_member', $u, $g );208 do_action( 'group_member_demoted', $u, $g ); 209 209 210 210 $notifications = BP_Notifications_Notification::get( array(
Note: See TracChangeset
for help on using the changeset viewer.