public static function LanguagePathMonolingualTest::getInfo

File

drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php, line 24
Definition of Drupal\language\Tests\LanguagePathMonolingualTest.

Class

LanguagePathMonolingualTest
Tests that paths are not prefixed on a monolingual site.

Namespace

Drupal\language\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Paths on non-English monolingual sites',
    'description' => 'Confirm that paths are not changed on monolingual non-English sites',
    'group' => 'Language',
  );
}