public static function UserPictureTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 1259 - Tests for user.module.
Class
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',
);
}