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