You are here

protected static property RenderWebTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Common/RenderWebTest.php \Drupal\Tests\system\Functional\Common\RenderWebTest::modules
  2. 10 core/modules/system/tests/src/Functional/Common/RenderWebTest.php \Drupal\Tests\system\Functional\Common\RenderWebTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/Common/RenderWebTest.php, line 24

Class

RenderWebTest
Performs integration tests on drupal_render().

Namespace

Drupal\Tests\system\Functional\Common

Code

protected static $modules = [
  'common_test',
];