#915174 follow-up by David_Rothstein: More .module files that no longer need to be specified in files[].
parent
13d9e0b0f8
commit
48df00c898
|
@ -4,5 +4,4 @@ description = "Support module for user form testing."
|
|||
package = Testing
|
||||
version = VERSION
|
||||
core = 7.x
|
||||
files[] = user_form_test.module
|
||||
hidden = TRUE
|
||||
|
|
|
@ -4,5 +4,4 @@ description = "Support module for testing the drupal_system_listing function."
|
|||
package = Testing
|
||||
version = VERSION
|
||||
core = 7.x
|
||||
files[] = drupal_system_listing_compatible_test.module
|
||||
hidden = TRUE
|
||||
|
|
|
@ -7,5 +7,4 @@ version = VERSION
|
|||
; precedence over the version of the same module that is in the
|
||||
; modules/simpletest/tests directory.
|
||||
core = 6.x
|
||||
files[] = drupal_system_listing_incompatible_test.module
|
||||
hidden = TRUE
|
||||
|
|
Loading…
Reference in New Issue