Changeset 7425
- Timestamp:
- 10/14/2013 11:28:41 PM (11 years ago)
- Location:
- trunk/tests/testcases
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/core/class-bp-core-user.php
r7036 r7425 15 15 } 16 16 17 /** 18 * @expectedDeprecated BP_Core_User::get_users 19 */ 17 20 public function test_get_users_with_exclude_querystring() { 18 21 $u1 = $this->create_user(); … … 28 31 } 29 32 33 /** 34 * @expectedDeprecated BP_Core_User::get_users 35 */ 30 36 public function test_get_users_with_exclude_array() { 31 37 $u1 = $this->create_user(); … … 45 51 } 46 52 53 /** 54 * @expectedDeprecated BP_Core_User::get_users 55 */ 47 56 public function test_get_users_with_include_querystring() { 48 57 $u1 = $this->create_user( array( … … 64 73 } 65 74 75 /** 76 * @expectedDeprecated BP_Core_User::get_users 77 */ 66 78 public function test_get_users_with_include_array() { 67 79 $u1 = $this->create_user( array( -
trunk/tests/testcases/groups/class-bp-groups-member.php
r7293 r7425 125 125 } 126 126 127 /** 128 * @expectedDeprecated BP_Groups_Member::get_all_for_group 129 */ 127 130 public function test_get_all_for_group_with_exclude() { 128 131 $g1 = $this->factory->group->create();
Note: See TracChangeset
for help on using the changeset viewer.