You are here

public static property TourPluginTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tour/tests/src/Kernel/TourPluginTest.php \Drupal\Tests\tour\Kernel\TourPluginTest::modules
  2. 10 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 19

Class

TourPluginTest
Tests the functionality of tour plugins.

Namespace

Drupal\Tests\tour\Kernel

Code

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