You are here

protected static property MainContentFallbackTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php \Drupal\Tests\system\Functional\System\MainContentFallbackTest::modules
  2. 9 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

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