You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Common/RenderTest.php, line 25
Contains \Drupal\system\Tests\Common\RenderTest.

Class

RenderTest
Performs functional tests on drupal_render().

Namespace

Drupal\system\Tests\Common

Code

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