/[drupal]/contributions/modules/nd_contrib/nd_search/tests/nd_search.test
ViewVC logotype

Diff of /contributions/modules/nd_contrib/nd_search/tests/nd_search.test

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

revision 1.1.2.1, Sat Oct 3 15:29:27 2009 UTC revision 1.1.2.2, Tue Oct 20 18:41:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nd.buildmodes.test,v 1.1.2.6 2009/09/27 10:24:20 swentel Exp $  // $Id: nd_search.test,v 1.1.2.1 2009/10/03 15:29:27 swentel Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 12  class NodeDisplaysSearch extends DrupalW Line 12  class NodeDisplaysSearch extends DrupalW
12     */     */
13    function getInfo() {    function getInfo() {
14      return array(      return array(
15        'name' => t('Search'),        'name' => t('ND search'),
16        'description' => t('Test for ND search.'),        'description' => t('Tests for ND search.'),
17        'group' => t('Node Displays'),        'group' => t('Display suite'),
18      );      );
19    }    }
20    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2