Changeset 13314 for trunk/tests/phpunit/testcases/activity/functions/bpActivityGetActionsForContext.php
- Timestamp:
- 08/13/2022 08:58:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/functions/bpActivityGetActionsForContext.php
r11356 r13314 5 5 */ 6 6 class BP_Tests_Activity_Functions_BpActivityGetActionsForContext extends BP_UnitTestCase { 7 public function set Up() {8 parent::set Up();7 public function set_up() { 8 parent::set_up(); 9 9 10 10 $bp = buddypress(); … … 17 17 } 18 18 19 public function tear Down() {19 public function tear_down() { 20 20 $bp = buddypress(); 21 21 … … 28 28 } 29 29 30 parent::tear Down();30 parent::tear_down(); 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.