You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Wizard/TaggedWithTest.php \Drupal\views\Tests\Wizard\TaggedWithTest::modules

Modules to enable.

Type: array

Overrides WizardTestBase::$modules

File

core/modules/views/src/Tests/Wizard/TaggedWithTest.php, line 27
Contains \Drupal\views\Tests\Wizard\TaggedWithTest.

Class

TaggedWithTest
Tests the ability of the views wizard to create views filtered by taxonomy.

Namespace

Drupal\views\Tests\Wizard

Code

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