public static function PathLanguageUiTest::getInfo

File

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

Class

PathLanguageUiTest
Tests the user interface for creating path aliases, with languages.

Namespace

Drupal\path\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Path aliases with languages',
    'description' => 'Confirm that the Path module user interface works with languages.',
    'group' => 'Path',
  );
}