Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/10/2014 02:33:56 PM (11 years ago)
Author:
boonebgorges
Message:

Remove @expectedDeprecated like_escape flags from unit tests

This was intended to be a workaround for #5701, but it turns out that it breaks
non-trunk builds.

Reverts r8496 and r8497.

See #5701

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/groups/class-bp-groups-member.php

    r8496 r8499  
    2626    }
    2727
    28     /**
    29      * @expectedDeprecated like_escape
    30      */
    3128    public function test_get_recently_joined_with_filter() {
    3229        $g1 = $this->factory->group->create( array(
     
    4744    }
    4845
    49     /**
    50      * @expectedDeprecated like_escape
    51      */
    5246    public function test_get_is_admin_of_with_filter() {
    5347        $g1 = $this->factory->group->create( array(
     
    7367    }
    7468
    75     /**
    76      * @expectedDeprecated like_escape
    77      */
    7869    public function test_get_is_mod_of_with_filter() {
    7970        $g1 = $this->factory->group->create( array(
Note: See TracChangeset for help on using the changeset viewer.