2022-02-07 12:10:35 +01:00

34 lines
958 B
Plaintext

name = Date
description = Makes date/time fields available.
dependencies[] = date:date_api
package = Date/Time
core = 7.x
; Integration with the migrate module.
files[] = date.migrate.inc
; Dependencies for test coverage.
test_dependencies[] = entity:entity
test_dependencies[] = features:features (2.x)
test_dependencies[] = migrate:migrate
test_dependencies[] = views:views
; Test coverage: standalone tests.
files[] = tests/DateEmwTestCase.test
files[] = tests/DateFormTestCase.test
files[] = tests/DateMigrateTestCase.test
files[] = tests/DateNowUnitTestCase.test
; The remaining tests depend upon this one.
files[] = tests/DateFieldTestBase.test
files[] = tests/DateFieldTestCase.test
files[] = tests/DateTimezoneTestCase.test
files[] = tests/DateUiTestCase.test
files[] = tests/DateValidationTestCase.test
; Information added by Drupal.org packaging script on 2021-10-07
version = "7.x-2.12"
core = "7.x"
project = "date"
datestamp = "1633627650"