You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php \Drupal\taxonomy\Tests\Views\ArgumentValidatorTermTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php, line 46
Contains \Drupal\taxonomy\Tests\Views\ArgumentValidatorTermTest.

Class

ArgumentValidatorTermTest
Tests the plugin of the taxonomy: term argument validator.

Namespace

Drupal\taxonomy\Tests\Views

Code

public static $modules = [
  'taxonomy',
  'taxonomy_test_views',
  'views_test_config',
];