You are here

function UploadPictureTests::get_info in SimpleTest 5

Same name and namespace in other branches
  1. 6 tests/upload_tests.test \UploadPictureTests::get_info()

File

tests/upload_tests.test, line 4

Class

UploadPictureTests

Code

function get_info() {
  return array(
    'name' => 'Upload user picture',
    'desc' => 'Assure that dimension check, extension check and image scaling work as designed.',
    'group' => 'Upload Tests',
  );
}