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.