public static function PathLanguageTest::getInfo

File

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

Class

PathLanguageTest
Tests URL aliases for translated nodes.

Namespace

Drupal\path\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Path aliases with translated nodes',
    'description' => 'Confirm that paths work with translated nodes',
    'group' => 'Path',
  );
}