You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Theme/FunctionsTest.php, line 29
Contains \Drupal\system\Tests\Theme\FunctionsTest.

Class

FunctionsTest
Tests for common theme functions.

Namespace

Drupal\system\Tests\Theme

Code

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