- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/xprofile/class-bp-xprofile-field-type.php
r12868 r13314 9 9 class BP_Tests_XProfile_Field_Type extends BP_UnitTestCase { 10 10 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 14 14 add_filter( 'bp_xprofile_get_field_types', array( $this, 'get_field_types' ) ); 15 15 } 16 16 17 public function tear Down() {18 parent::tear Down();17 public function tear_down() { 18 parent::tear_down(); 19 19 20 20 remove_filter( 'bp_xprofile_get_field_types', array( $this, 'get_field_types' ) );
Note: See TracChangeset
for help on using the changeset viewer.