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/node/src/Tests/Views/FrontPageTest.php \Drupal\node\Tests\Views\FrontPageTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/node/src/Tests/Views/FrontPageTest.php, line 45
Contains \Drupal\node\Tests\Views\FrontPageTest.

Class

FrontPageTest
Tests the default frontpage provided by views.

Namespace

Drupal\node\Tests\Views

Code

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