/[drupal]/contributions/modules/nd/tests/nd.regions.test
ViewVC logotype

Diff of /contributions/modules/nd/tests/nd.regions.test

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

revision 1.1.2.6, Sun Oct 18 15:48:58 2009 UTC revision 1.1.2.7, Tue Oct 20 18:41:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nd.regions.test,v 1.1.2.5 2009/09/22 21:41:28 swentel Exp $  // $Id: nd.regions.test,v 1.1.2.6 2009/10/18 15:48:58 swentel Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 12  class NodeDisplaysRegions extends Drupal Line 12  class NodeDisplaysRegions extends Drupal
12     */     */
13    function getInfo() {    function getInfo() {
14      return array(      return array(
15        'name' => t('Regions'),        'name' => t('ND regions'),
16        'description' => t('Tests for regions.'),        'description' => t('Tests for ND regions.'),
17        'group' => t('Node Displays'),        'group' => t('Display suite'),
18      );      );
19    }    }
20    
# Line 22  class NodeDisplaysRegions extends Drupal Line 22  class NodeDisplaysRegions extends Drupal
22     * Implementation of setUp().     * Implementation of setUp().
23     */     */
24    function setUp() {    function setUp() {
25      parent::setUp('nd');      parent::setUp('ds', 'nd');
26    }    }
27    
28    /**    /**

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2