You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php, line 22
Contains \Drupal\taxonomy\Tests\TaxonomyTermPagerTest.

Class

TaxonomyTermPagerTest
Ensures that the term pager works properly.

Namespace

Drupal\taxonomy\Tests

Code

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