public static property TaxonomyTestBase::$modules

Same name in this branch

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/TaxonomyTestBase.php, line 24
Contains \Drupal\taxonomy\Tests\Views\TaxonomyTestBase.

Class

TaxonomyTestBase
Base class for all taxonomy tests.

Namespace

Drupal\taxonomy\Tests\Views

Code

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