You are here

public static property TourUITest::$modules in Tour UI 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/TourUITest.php, line 19

Class

TourUITest
Tests the Tour UI.

Namespace

Drupal\Tests\tour_ui\Functional

Code

public static $modules = [
  'tour_ui',
  'tour_test',
];