function UserPictureTestCase::getInfo

File

modules/user/user.test, line 1296

Class

UserPictureTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Upload user picture',
        'description' => 'Assure that dimension check, extension check and image scaling work as designed.',
        'group' => 'User',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.