Skip to:
Content

BuddyPress.org

Changeset 10756


Ignore:
Timestamp:
05/14/2016 01:58:03 PM (10 years ago)
Author:
boonebgorges
Message:

After [10754], correct avatar filter test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/core/avatars.php

    r10754 r10756  
    121121                // Get the correct default avatar, based on whether gravatars are allowed.
    122122                if ( $params['no_grav'] ) {
    123                         $avatar_url = bp_core_avatar_default( 'local' );
     123                        $avatar_url = bp_core_avatar_default( 'local', $params );
    124124                } else {
    125125                        // This test has the slight odor of hokum since it recreates so much code that could be changed at any time.
Note: See TracChangeset for help on using the changeset viewer.