public static property JavaScriptTest::$modules

Enable Language and SimpleTest in the test environment.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php, line 22
Definition of Drupal\system\Tests\Common\JavaScriptTest.

Class

JavaScriptTest
Tests the JavaScript system.

Namespace

Drupal\system\Tests\Common

Code

public static $modules = array(
  'language',
  'simpletest',
  'common_test',
  'path',
);