public static property LanguagePathMonolingualTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php, line 22
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 $modules = array(
  'language',
  'path',
);