Changeset 10756 for trunk/tests/phpunit/testcases/core/avatars.php
- Timestamp:
- 05/14/2016 01:58:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/avatars.php
r10754 r10756 121 121 // Get the correct default avatar, based on whether gravatars are allowed. 122 122 if ( $params['no_grav'] ) { 123 $avatar_url = bp_core_avatar_default( 'local' );123 $avatar_url = bp_core_avatar_default( 'local', $params ); 124 124 } else { 125 125 // 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.