Closed (fixed)
Project:
Textmate
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2009 at 20:48 UTC
Updated:
26 Feb 2010 at 19:20 UTC
The output for the test skeleton is the following:
class ModuleTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => t('Module tests}'),
'description' => t('One or more complete sentences explaining the test.'),
'group' => t('Module'),
);
}
function setUp() {
parent::setUp('module');
}
}
There is a curly bracket close in t('Module tests}').
Comments
Comment #1
psynaptic commentedFixed.