diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-20 19:59:44 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-20 19:59:44 +0000 |
commit | 15ec48062cdd55ae21d04983db210c9a0d2481c2 (patch) | |
tree | 8e118949fcd5f4b354a614162e5bbab2900d0307 /modules/field/tests | |
parent | 424ab5b68efaf90c274310a3cb1019dbd49296b1 (diff) | |
download | brdo-15ec48062cdd55ae21d04983db210c9a0d2481c2.tar.gz brdo-15ec48062cdd55ae21d04983db210c9a0d2481c2.tar.bz2 |
#915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes.
Diffstat (limited to 'modules/field/tests')
-rw-r--r-- | modules/field/tests/field_test.info | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/field/tests/field_test.info b/modules/field/tests/field_test.info index b875e59f5..15fb06542 100644 --- a/modules/field/tests/field_test.info +++ b/modules/field/tests/field_test.info @@ -3,10 +3,6 @@ name = "Field API Test" description = "Support module for the Field API tests." core = 7.x package = Testing -files[] = field_test.module files[] = field_test.entity.inc -files[] = field_test.field.inc -files[] = field_test.storage.inc -files[] = field_test.install version = VERSION hidden = TRUE |