You are here

public static function MediaLibraryUploadWizardTestCase::getInfo in Media Library 7

File

./media_library.test, line 140
Test integration for the Media Library module.

Class

MediaLibraryUploadWizardTestCase
Tests creating new file entities and adding them to the media library through the file upload wizard.

Code

public static function getInfo() {
  return array(
    'name' => 'Media Library upload wizard',
    'description' => 'Upload a file and add it to the media library using the multi-step wizard.',
    'group' => 'Media Library',
  );
}