Changeset 9061
- Timestamp:
- 10/05/2014 09:51:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/notifications.php
r8958 r9061 40 40 41 41 // Go to the activity permalink page 42 $this->go_to( bp_ get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $this->a1 . '/');42 $this->go_to( bp_activity_get_permalink( $this->a1 ) ); 43 43 $activity = bp_activity_get_specific( array( 'activity_ids' => $this->a1, 'show_hidden' => true, 'spam' => 'ham_only', ) ); 44 44 do_action( 'bp_activity_screen_single_activity_permalink', $activity['activities'][0] ); … … 70 70 71 71 // Go to the activity permalink page 72 $this->go_to( bp_ get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $this->a1 . '/');72 $this->go_to( bp_activity_get_permalink( $this->a1 ) ); 73 73 $activity = bp_activity_get_specific( array( 'activity_ids' => $this->a1, 'show_hidden' => true, 'spam' => 'ham_only', ) ); 74 74 do_action( 'bp_activity_screen_single_activity_permalink', $activity['activities'][0] ); … … 102 102 103 103 // Go to the activity permalink page 104 $this->go_to( bp_ get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $this->a1 . '/');104 $this->go_to( bp_activity_get_permalink( $this->a1 ) ); 105 105 $activity = bp_activity_get_specific( array( 'activity_ids' => $this->a1, 'show_hidden' => true, 'spam' => 'ham_only', ) ); 106 106 do_action( 'bp_activity_screen_single_activity_permalink', $activity['activities'][0] );
Note: See TracChangeset
for help on using the changeset viewer.