BlockLayoutTourTest::$modules

Same name in other branches
  1. 9 core/modules/block/tests/src/Functional/BlockLayoutTourTest.php \Drupal\Tests\block\Functional\BlockLayoutTourTest::modules
  2. 11.x core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php \Drupal\Tests\tour\Functional\Block\BlockLayoutTourTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php, line 29

Class

BlockLayoutTourTest
Tests the Block Layout tour.

Namespace

Drupal\Tests\tour\Functional\Block

Code

protected static $modules = [
    'block',
    'tour',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.