You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/LegacyTest.php, line 25
Contains \Drupal\taxonomy\Tests\LegacyTest.

Class

LegacyTest
Posts an article with a taxonomy term and a date prior to 1970.

Namespace

Drupal\taxonomy\Tests

Code

public static $modules = array(
  'node',
  'datetime',
);