2020-08-14 13:36:36 +02:00
|
|
|
name = Date
|
|
|
|
description = Makes date/time fields available.
|
2021-03-22 11:00:10 +01:00
|
|
|
dependencies[] = date:date_api
|
2020-08-14 13:36:36 +02:00
|
|
|
package = Date/Time
|
|
|
|
core = 7.x
|
2021-03-22 11:00:10 +01:00
|
|
|
|
|
|
|
; Integration with the migrate module.
|
2020-08-14 13:36:36 +02:00
|
|
|
files[] = date.migrate.inc
|
|
|
|
|
2021-03-22 11:00:10 +01:00
|
|
|
; 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-03-05
|
|
|
|
version = "7.x-2.11"
|
2020-08-14 13:36:36 +02:00
|
|
|
core = "7.x"
|
|
|
|
project = "date"
|
2021-03-22 11:00:10 +01:00
|
|
|
datestamp = "1614952728"
|