public static property FrontPageTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/node/src/Tests/Views/FrontPageTest.php \Drupal\node\Tests\Views\FrontPageTest::modules
- 8 core/modules/system/src/Tests/System/FrontPageTest.php \Drupal\system\Tests\System\FrontPageTest::modules
Same name and namespace in other branches
- 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\ViewsCode
public static $modules = array(
'node',
'contextual',
);