Projet

Général

Profil

Paste
Télécharger (589 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / date / tests / date_migrate_test / date_migrate_test.info @ 599a39cd

1
name = Date Migration Test Helper
2
description = "Helper for the Date module's Migrate API integration."
3
package = Date/Time
4
version = VERSION
5
core = 7.x
6
hidden = TRUE
7

    
8
; Load the Date module's test feature so there are some default data structures
9
; to work with.
10
dependencies[] = date:date_test_feature
11

    
12
; Load the Migrate API system.
13
dependencies[] = migrate:migrate
14

    
15
; Load the custom Migrate API class.
16
files[] = date_migrate_test.migrate.inc
17

    
18
; Information added by Drupal.org packaging script on 2021-03-05
19
version = "7.x-2.11"
20
core = "7.x"
21
project = "date"
22
datestamp = "1614952728"