You are here

public static property RenderElementTypesTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Common/RenderElementTypesTest.php \Drupal\system\Tests\Common\RenderElementTypesTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Common/RenderElementTypesTest.php, line 26
Contains \Drupal\system\Tests\Common\RenderElementTypesTest.

Class

RenderElementTypesTest
Tests the markup of core render element types passed to drupal_render().

Namespace

Drupal\system\Tests\Common

Code

public static $modules = array(
  'system',
  'router_test',
);