| 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 |
| 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', |
| 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', |