public static property TaggedWithTest::$modules

Modules to enable.

Type: array

Overrides WizardTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php, line 22
Definition of 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',
);