Skip to content
Snippets Groups Projects
Commit 7ece2829 authored by MegaChriz's avatar MegaChriz
Browse files

by MegaChriz: test dependencies should be specified in the main module.info...

by MegaChriz: test dependencies should be specified in the main module.info file and be in the form project:module (see also issue 2651854).
parent 8c37f397
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,12 @@ core = 7.x ...@@ -5,6 +5,12 @@ core = 7.x
dependencies[] = ctools dependencies[] = ctools
dependencies[] = job_scheduler dependencies[] = job_scheduler
test_dependencies[] = date:date
test_dependencies[] = entity_translation:entity_translation
test_dependencies[] = feeds_xpathparser:feeds_xpathparser
test_dependencies[] = link:link
test_dependencies[] = i18n:i18n_taxonomy
files[] = includes/FeedsConfigurable.inc files[] = includes/FeedsConfigurable.inc
files[] = includes/FeedsImporter.inc files[] = includes/FeedsImporter.inc
files[] = includes/FeedsSource.inc files[] = includes/FeedsSource.inc
......
...@@ -3,9 +3,4 @@ description = "Support module for Feeds related testing." ...@@ -3,9 +3,4 @@ description = "Support module for Feeds related testing."
package = Testing package = Testing
version = VERSION version = VERSION
core = 7.x core = 7.x
test_dependencies[] = date
test_dependencies[] = entity_translation
test_dependencies[] = feeds_xpathparser
test_dependencies[] = link
test_dependencies[] = i18n_taxonomy
hidden = TRUE hidden = TRUE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment