public static property TourTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php, line 23
Contains \Drupal\tour\Tests\TourTest.

Class

TourTest
Tests tour functionality.

Namespace

Drupal\tour\Tests

Code

public static $modules = array(
  'tour',
  'locale',
  'language',
  'tour_test',
);