public static function PathAliasTest::getInfo

File

drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php, line 22
Definition of Drupal\path\Tests\PathAliasTest.

Class

PathAliasTest
Tests path alias functionality.

Namespace

Drupal\path\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Path alias functionality',
    'description' => 'Add, edit, delete, and change alias and verify its consistency in the database.',
    'group' => 'Path',
  );
}