You are here

public static property RenderWebTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Common/RenderWebTest.php, line 27
Contains \Drupal\system\Tests\Common\RenderWebTest.

Class

RenderWebTest
Performs integration tests on drupal_render().

Namespace

Drupal\system\Tests\Common

Code

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