You are here

drafty.info in Drafty 7

name = Drafty
description = Facilitates handling of draft revisions, aka forward revisions.
core = 7.x

dependencies[] = entity

configure = admin/config/system/drafty


; Tests.

; Helper for simplifying other tests.
files[] = tests/DraftyWebTestCase.test

; Test the basic functionality.
files[] = tests/DraftyTestCase.test

; Integration with the Entity Translation module.
test_dependencies[] = entity_translation
files[] = tests/DraftyEntityTranslationTest.test

; Integration with the Field Collection module.
test_dependencies[] = field_collection
files[] = tests/DraftyFieldCollectionTest.test

; Integration with the Title module.
test_dependencies[] = title
files[] = tests/DraftyTitleTestCase.test

; Integration with the Workbench Moderation module suite.
test_dependencies[] = workbench
test_dependencies[] = workbench_moderation
files[] = tests/DraftyWorkbenchModerationTests.test

File

drafty.info
View source
  1. name = Drafty
  2. description = Facilitates handling of draft revisions, aka forward revisions.
  3. core = 7.x
  4. dependencies[] = entity
  5. configure = admin/config/system/drafty
  6. ; Tests.
  7. ; Helper for simplifying other tests.
  8. files[] = tests/DraftyWebTestCase.test
  9. ; Test the basic functionality.
  10. files[] = tests/DraftyTestCase.test
  11. ; Integration with the Entity Translation module.
  12. test_dependencies[] = entity_translation
  13. files[] = tests/DraftyEntityTranslationTest.test
  14. ; Integration with the Field Collection module.
  15. test_dependencies[] = field_collection
  16. files[] = tests/DraftyFieldCollectionTest.test
  17. ; Integration with the Title module.
  18. test_dependencies[] = title
  19. files[] = tests/DraftyTitleTestCase.test
  20. ; Integration with the Workbench Moderation module suite.
  21. test_dependencies[] = workbench
  22. test_dependencies[] = workbench_moderation
  23. files[] = tests/DraftyWorkbenchModerationTests.test