/[drupal]/contributions/modules/inactive_user/inactive_user.test
ViewVC logotype

Contents of /contributions/modules/inactive_user/inactive_user.test

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Jun 20 05:37:56 2009 UTC (5 months, 1 week ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
add empty template test file to get someone started writing tests
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Test the basic functions of the Inactive User module.
7 */
8
9 class InactiveUserTest extends DrupalWebTestCase {
10 public static function getInfo() {
11 return array(
12 'name' => t('Inactive User'),
13 'description' => t('Test Inactive User.'),
14 'group' => t('Inactive User')
15 );
16 }
17
18 function setUp() {
19 parent::setUp('inactive_user');
20 }
21 }

  ViewVC Help
Powered by ViewVC 1.1.2