You are here

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

Same name in this branch
  1. 8 core/modules/node/src/Tests/Views/FrontPageTest.php \Drupal\node\Tests\Views\FrontPageTest::modules
  2. 8 core/modules/system/src/Tests/System/FrontPageTest.php \Drupal\system\Tests\System\FrontPageTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/System/FrontPageTest.php \Drupal\system\Tests\System\FrontPageTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/FrontPageTest.php, line 25
Contains \Drupal\system\Tests\System\FrontPageTest.

Class

FrontPageTest
Tests front page functionality and administration.

Namespace

Drupal\system\Tests\System

Code

public static $modules = array(
  'node',
  'system_test',
  'views',
);