You are here

protected static property EarlyDateTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php \Drupal\Tests\taxonomy\Functional\EarlyDateTest::modules
  2. 10 core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php \Drupal\Tests\taxonomy\Functional\EarlyDateTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php, line 21

Class

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

Namespace

Drupal\Tests\taxonomy\Functional

Code

protected static $modules = [
  'node',
  'datetime',
];