You are here

public static function FileFieldPathsGeneralTestCase::getInfo in File (Field) Paths 7

@inheritdoc

File

tests/filefield_paths.general.test, line 15
Tests for the File (Field) Paths module.

Class

FileFieldPathsGeneralTestCase
Class FileFieldPathsGeneralTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'General functionality',
    'description' => 'Test general functionality.',
    'group' => 'File (Field) Paths',
  );
}