You are here

public static function FileEntityAccessTestCase::getInfo in File Entity (fieldable files) 7.2

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

File

./file_entity.test, line 1295
Test integration for the file_entity module.

Class

FileEntityAccessTestCase
Tests the file entity access API.

Code

public static function getInfo() {
  return array(
    'name' => 'File entity access',
    'description' => 'Test the access aspects of file entity.',
    'group' => 'File entity',
  );
}