You are here

public static function FileEntityUnitTestCase::getInfo in File Entity (fieldable files) 7

Same name and namespace in other branches
  1. 7.3 file_entity.test \FileEntityUnitTestCase::getInfo()
  2. 7.2 file_entity.test \FileEntityUnitTestCase::getInfo()

File

tests/file_entity.test, line 9
Test integration for the file_entity module.

Class

FileEntityUnitTestCase
@file Test integration for the file_entity module.

Code

public static function getInfo() {
  return array(
    'name' => 'File entity unit tests',
    'description' => 'Test basic file entity funcitonality.',
    'group' => 'File entity',
  );
}