public static property BundleTest::$modules

Modules to enable.

Type: array

File

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

Class

BundleTest
Tests bundle registration to the DIC.

Namespace

Drupal\system\Tests\Bundle

Code

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