Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/10/2014 02:33:56 PM (10 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/friends/class-bp-friends-friendship.php

    r8496 r8499  
    1919    }
    2020
    21     /**
    22      * @expectedDeprecated like_escape
    23      */
    2421    public function test_search_friends() {
    2522        $u1 = $this->create_user();
     
    5350    }
    5451
    55     /**
    56      * @expectedDeprecated like_escape
    57      */
    5852    public function test_search_users() {
    5953        $u1 = $this->create_user();
     
    7064    }
    7165
    72     /**
    73      * @expectedDeprecated like_escape
    74      */
    7566    public function test_search_users_count() {
    7667        $u1 = $this->create_user();
Note: See TracChangeset for help on using the changeset viewer.