You are here

public static property TourTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/tour/src/Tests/TourTest.php \Drupal\tour\Tests\TourTest::modules

Modules to enable.

Type: array

File

core/modules/tour/src/Tests/TourTest.php, line 24
Contains \Drupal\tour\Tests\TourTest.

Class

TourTest
Tests the functionality of tour tips.

Namespace

Drupal\tour\Tests

Code

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