diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-30 07:17:19 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-30 07:17:19 +0000 |
commit | 72bffa027800b07a45046314e85a74341d0f1714 (patch) | |
tree | d0ddaee98b0ba8b49bf81ed3bae49074f36bfb3b /modules/simpletest | |
parent | 145e7178975f4795d991a1afc79221dd86bfd490 (diff) | |
download | brdo-72bffa027800b07a45046314e85a74341d0f1714.tar.gz brdo-72bffa027800b07a45046314e85a74341d0f1714.tar.bz2 |
#594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly.
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/simpletest.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index 56d7fa8ba..fc5a6835a 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -36,6 +36,7 @@ function simpletest_menu() { 'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.', 'access arguments' => array('administer unit tests'), 'file' => 'simpletest.pages.inc', + 'weight' => -5, ); $items['admin/config/development/testing/list'] = array( 'title' => 'List', |