public static property MainContentFallbackTest::$modules

Modules to enable.

Type: array

File

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

Class

MainContentFallbackTest
Test main content rendering fallback provided by system module.

Namespace

Drupal\system\Tests\System

Code

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