/[drupal]/contributions/modules/votingapi/tests/votingapi.test
ViewVC logotype

Diff of /contributions/modules/votingapi/tests/votingapi.test

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

revision 1.1.2.3.2.1, Wed Jul 1 07:26:12 2009 UTC revision 1.1.2.3.2.2, Mon Jul 20 22:24:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: votingapi.test,v 1.1.2.3 2009/06/24 19:16:05 eaton Exp $  // $Id: votingapi.test,v 1.1.2.3.2.1 2009/07/01 07:26:12 eaton Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 9  Line 9 
9  class VotingAPITestCase extends DrupalWebTestCase {  class VotingAPITestCase extends DrupalWebTestCase {
10    public static function getInfo() {    public static function getInfo() {
11      return array(      return array(
12        'name' => t('Voting API'),        'name' => 'Voting API',
13        'description' => t('Voting API'),        'description' => 'Voting API',
14        'group' => t('Voting API Tests'),        'group' => 'Voting API Tests',
15      );      );
16    }    }
17    

Legend:
Removed from v.1.1.2.3.2.1  
changed lines
  Added in v.1.1.2.3.2.2

  ViewVC Help
Powered by ViewVC 1.1.2