/[drupal]/contributions/modules/simpletest/simpletest.module
ViewVC logotype

Diff of /contributions/modules/simpletest/simpletest.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.51.2.3, Mon Nov 9 22:51:35 2009 UTC revision 1.51.2.4, Tue Nov 10 02:30:08 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simpletest.module,v 1.51.2.2 2009/10/29 17:42:49 boombatower Exp $  // $Id: simpletest.module,v 1.51.2.3 2009/11/09 22:51:35 boombatower Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 36  function simpletest_menu() { Line 36  function simpletest_menu() {
36    $items['admin/config/development/testing/list'] = array(    $items['admin/config/development/testing/list'] = array(
37      'title' => 'List',      'title' => 'List',
38      'type' => MENU_DEFAULT_LOCAL_TASK,      'type' => MENU_DEFAULT_LOCAL_TASK,
39        'weight' => -10,
40    );    );
41    $items['admin/config/development/testing/settings'] = array(    $items['admin/config/development/testing/settings'] = array(
42      'title' => 'Settings',      'title' => 'Settings',
# Line 44  function simpletest_menu() { Line 45  function simpletest_menu() {
45      'access arguments' => array('administer unit tests'),      'access arguments' => array('administer unit tests'),
46      'type' => MENU_LOCAL_TASK,      'type' => MENU_LOCAL_TASK,
47      'file' => 'simpletest.pages.inc',      'file' => 'simpletest.pages.inc',
48        'weight' => -9,
49    );    );
50    $items['admin/config/development/testing/results/%'] = array(    $items['admin/config/development/testing/results/%'] = array(
51      'title' => 'Test result',      'title' => 'Test result',

Legend:
Removed from v.1.51.2.3  
changed lines
  Added in v.1.51.2.4

  ViewVC Help
Powered by ViewVC 1.1.2