summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-30 07:17:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-30 07:17:19 +0000
commit72bffa027800b07a45046314e85a74341d0f1714 (patch)
treed0ddaee98b0ba8b49bf81ed3bae49074f36bfb3b /modules/simpletest
parent145e7178975f4795d991a1afc79221dd86bfd490 (diff)
downloadbrdo-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.module1
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',