You are here

protected static property TourTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::modules
  2. 9 core/modules/jsonapi/tests/src/Functional/TourTest.php \Drupal\Tests\jsonapi\Functional\TourTest::modules
Same name and namespace in other branches
  1. 8 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\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',
];