public static property DisplayInternalLogicTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php, line 24
Definition of \Drupal\layout\Tests\DisplayInternalLogicTest.

Class

DisplayInternalLogicTest
Tests the API and internal logic offered by Displays.

Namespace

Drupal\layout\Tests

Code

public static $modules = array(
  'layout',
  'layout_test',
);