You are here

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

@inheritdoc

File

tests/pathauto.test, line 23
Pathauto module tests for the File (Field) Paths module.

Class

FileFieldPathsPathautoCase
Class FileFieldPathsPathautoCase

Code

public static function getInfo() {
  return array(
    'name' => 'Pathauto integration',
    'description' => 'Tests the Pathauto module integration.',
    'group' => 'File (Field) Paths',
  );
}