You are here

protected static property TourJavascriptTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php \Drupal\Tests\tour\FunctionalJavascript\TourJavascriptTest::modules

File

core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php, line 17

Class

TourJavascriptTest
General Tour tests that require JavaScript.

Namespace

Drupal\Tests\tour\FunctionalJavascript

Code

protected static $modules = [
  'tour',
  'tour_test',
  'toolbar',
];