public static property AlterTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

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

Class

AlterTest
Tests alteration of arguments passed to drupal_alter().

Namespace

Drupal\system\Tests\Common

Code

public static $modules = array(
  'block',
  'common_test',
);