You are here

public static property TaxonomyMenuCustomPathConfigurationTest::$modules in Taxonomy menu 8

Modules to enable.

Type: array

Overrides TaxonomyMenuWebTestCase::$modules

File

lib/Drupal/taxonomy_menu/Tests/TaxonomyMenuCustomPathConfigurationTest.php, line 23
Contains \Drupal\taxonomy_menu\Tests\TaxonomyMenuCustomPathConfigurationTest.

Class

TaxonomyMenuCustomPathConfigurationTest
Tests Taxonomy Menu Custom Path configuration options.

Namespace

Drupal\taxonomy_menu\Tests

Code

public static $modules = array(
  'taxonomy_menu_custom_paths',
  'taxonomy_menu_dummy_paths',
);