public static property LayoutDerivativesTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php, line 22
Definition of Drupal\layout\Tests\LayoutDerivativesTest.

Class

LayoutDerivativesTest
Tests the layout system derivatives.

Namespace

Drupal\layout\Tests

Code

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