drupal_system_listing_incompatible_test.info

name = "Drupal system listing incompatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
; This deliberately has the wrong core version, to test that it does not take
; precedence over the version of the same module that is in the
; modules/simpletest/tests directory.
core = 6.x
hidden = TRUE

File

drupal/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
View source
  1. name = "Drupal system listing incompatible test"
  2. description = "Support module for testing the drupal_system_listing function."
  3. package = Testing
  4. version = VERSION
  5. ; This deliberately has the wrong core version, to test that it does not take
  6. ; precedence over the version of the same module that is in the
  7. ; modules/simpletest/tests directory.
  8. core = 6.x
  9. hidden = TRUE