public static property FormatDateTest::$modules

Modules to enable.

Type: array

File

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

Class

FormatDateTest
Tests the format_date() function.

Namespace

Drupal\system\Tests\Common

Code

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