You are here

public static property TourPluginTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/tour/src/Tests/TourPluginTest.php, line 24
Contains \Drupal\tour\Tests\TourPluginTest.

Class

TourPluginTest
Tests the functionality of tour plugins.

Namespace

Drupal\tour\Tests

Code

public static $modules = array(
  'tour',
);