TourTest::$modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/tour/tests/src/Functional/TourTest.php, line 21

Class

TourTest
Tests the functionality of tour tips.

Namespace

Drupal\Tests\tour\Functional

Code

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

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