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/node/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/node/tests')
-rw-r--r-- | modules/node/tests/node_access_test.info | 1 | ||||
-rw-r--r-- | modules/node/tests/node_test.info | 1 | ||||
-rw-r--r-- | modules/node/tests/node_test_exception.info | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/node/tests/node_access_test.info b/modules/node/tests/node_access_test.info index e973c8fed..e3f041d12 100644 --- a/modules/node/tests/node_access_test.info +++ b/modules/node/tests/node_access_test.info @@ -4,5 +4,4 @@ description = "Support module for node permission testing." package = Testing version = VERSION core = 7.x -files[] = node_access_test.module hidden = TRUE diff --git a/modules/node/tests/node_test.info b/modules/node/tests/node_test.info index 2624f30c4..5c171233b 100644 --- a/modules/node/tests/node_test.info +++ b/modules/node/tests/node_test.info @@ -4,5 +4,4 @@ description = "Support module for node related testing." package = Testing version = VERSION core = 7.x -files[] = node_test.module hidden = TRUE diff --git a/modules/node/tests/node_test_exception.info b/modules/node/tests/node_test_exception.info index afe5b3719..ba1b81706 100644 --- a/modules/node/tests/node_test_exception.info +++ b/modules/node/tests/node_test_exception.info @@ -4,5 +4,4 @@ description = "Support module for node related exception testing." package = Testing version = VERSION core = 7.x -files[] = node_test_exception.module hidden = TRUE |