protected static property EarlyDateTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php \Drupal\Tests\taxonomy\Functional\EarlyDateTest::modules
- 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\FunctionalCode
protected static $modules = [
'node',
'datetime',
];