PKQk8,j/create new drupal module stub - 0.1/package.kpf // $Id$ /** * Tests for [[%tabstop:testname]] module. */ class [[%tabstop:testname]]Test extends DrupalTestCase { /** * Drupal SimpleTest method: return metadata about the test. */ function get_info() { return array( 'name' => t('[[%ask:Metadata name of test:]]'), 'desc' => t('[[%ask:Meatadata description of test:]]'), 'group' => t('[[%ask:Metadata test group (where test will be displayed on testing page):]]'), ); } } /** * SimpleTest core method: code run before each and every test method. * * Optional. You only need this if you need to run setup tasks. */ function setUp() { // Always call the setUp() function from the parent class. parent::setUp(); // TODO: Put your code here. You want your setup to happen after parent setup. } /** * SimpleTest core method: code run after each and every test method. * * Optional. You only need this if you have setup tasks. */ function tearDown() { // TODO: Put your code here. You want your tear down to happen before parent teardown. // Always call the tearDown() function from the parent class. parent::tearDown(); }!@#_currentPos!@#_anchor 1 PKQk8,j/create new drupal module stub - 0.1/package.kpfPK]