- Timestamp:
- 08/13/2022 08:58:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/functions/bpActivityGetActions.php
r11809 r13314 9 9 protected $reset_actions_sorted; 10 10 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 $bp = buddypress(); 14 14 … … 20 20 } 21 21 22 public function tear Down() {23 parent::tear Down();22 public function tear_down() { 23 parent::tear_down(); 24 24 $bp = buddypress(); 25 25
Note: See TracChangeset
for help on using the changeset viewer.