You are here

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

@inheritdoc

File

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

Class

FileFieldPathsUpdatesCase
Class FileFieldPathsUpdatesCase

Code

public static function getInfo() {
  return array(
    'name' => 'Update functionality',
    'description' => 'Tests retroactive and active updates functionality.',
    'group' => 'File (Field) Paths',
  );
}