- Timestamp:
- 06/10/2014 02:33:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-groups-member.php
r8496 r8499 26 26 } 27 27 28 /**29 * @expectedDeprecated like_escape30 */31 28 public function test_get_recently_joined_with_filter() { 32 29 $g1 = $this->factory->group->create( array( … … 47 44 } 48 45 49 /**50 * @expectedDeprecated like_escape51 */52 46 public function test_get_is_admin_of_with_filter() { 53 47 $g1 = $this->factory->group->create( array( … … 73 67 } 74 68 75 /**76 * @expectedDeprecated like_escape77 */78 69 public function test_get_is_mod_of_with_filter() { 79 70 $g1 = $this->factory->group->create( array(
Note: See TracChangeset
for help on using the changeset viewer.