diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-24 23:32:44 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-24 23:32:44 +0000 |
commit | 994cc4a8e454e23c0c623546afe0eb1354b9d85f (patch) | |
tree | 14a5cddafe45190b64d4cb2a329720b02d0743bc /modules | |
parent | b71cc6f837e25f3c71501be6f2e9c75860105631 (diff) | |
download | brdo-994cc4a8e454e23c0c623546afe0eb1354b9d85f.tar.gz brdo-994cc4a8e454e23c0c623546afe0eb1354b9d85f.tar.bz2 |
#325869 by pwolanin: Restore missing hidden property in test module .info file.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/simpletest/tests/system_test.info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/tests/system_test.info b/modules/simpletest/tests/system_test.info index 1910e87ae..f70a1a79f 100644 --- a/modules/simpletest/tests/system_test.info +++ b/modules/simpletest/tests/system_test.info @@ -5,3 +5,4 @@ package = Testing version = VERSION core = 7.x files[] = system_test.module +hidden = TRUE |