You are here

static function PatternsPathautoTestCase::getInfo in Patterns 7.2

Same name and namespace in other branches
  1. 7 tests/pathauto/pathauto.test \PatternsPathautoTestCase::getInfo()

File

tests/pathauto/pathauto.test, line 12
SimpleTests for the Field component of Patterns.

Class

PatternsPathautoTestCase
@file SimpleTests for the Field component of Patterns.

Code

static function getInfo() {
  return array(
    'name' => 'Pathauto component',
    'description' => 'Edit the pathauto setting of themes',
    'group' => 'Patterns',
  );
}