You are here

protected static property TourPluginTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/tests/src/Kernel/TourPluginTest.php \Drupal\Tests\tour\Kernel\TourPluginTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/tour/tests/src/Kernel/TourPluginTest.php, line 21

Class

TourPluginTest
Tests the functionality of tour plugins.

Namespace

Drupal\Tests\tour\Kernel

Code

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