/[drupal]/contributions/modules/simpletest/simpletest.pages.inc
ViewVC logotype

Diff of /contributions/modules/simpletest/simpletest.pages.inc

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

revision 1.1.4.5, Mon Nov 9 22:51:35 2009 UTC revision 1.1.4.6, Tue Nov 10 02:37:28 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simpletest.pages.inc,v 1.1.4.4 2009/11/09 20:57:16 boombatower Exp $  // $Id: simpletest.pages.inc,v 1.1.4.5 2009/11/09 22:51:35 boombatower Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 12  Line 12 
12  function simpletest_test_form($form) {  function simpletest_test_form($form) {
13    $form['tests'] = array(    $form['tests'] = array(
14      '#type' => 'fieldset',      '#type' => 'fieldset',
15      '#title' => t('2.x compatible tests'),      '#title' => t('Tests'),
16      '#description' => t('Select the test(s) or test group(s) you would like to run, and click <em>Run tests</em>.'),      '#description' => t('Select the test(s) or test group(s) you would like to run, and click <em>Run tests</em>.'),
17    );    );
18    

Legend:
Removed from v.1.1.4.5  
changed lines
  Added in v.1.1.4.6

  ViewVC Help
Powered by ViewVC 1.1.2