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/blogs/class-bp-blogs-blog.php

    r8497 r8499  
    1313    }
    1414
    15     /**
    16      * @expectedDeprecated like_escape
    17      */
    1815    public function test_get_with_search_terms() {
    1916        if ( ! is_multisite() ) {
     
    4239    }
    4340
    44     /**
    45      * @expectedDeprecated like_escape
    46      */
    4741    public function test_search_blogs() {
    4842        if ( ! is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.