You are here

public static property MainContentFallbackTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php \Drupal\Tests\system\Functional\System\MainContentFallbackTest::modules
  2. 10 core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php \Drupal\Tests\system\Functional\System\MainContentFallbackTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php, line 19

Class

MainContentFallbackTest
Test SimplePageVariant main content rendering fallback page display variant.

Namespace

Drupal\Tests\system\Functional\System

Code

public static $modules = [
  'block',
  'system_test',
];