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

psynaptic’s picture

Status: Active » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.