You are here

public function SignupTestCase::getInfo in Signup 7

File

./signup.test, line 13
Tests for the signup module

Class

SignupTestCase
@file Tests for the signup module

Code

public function getInfo() {
  return array(
    'name' => 'Signup stub functionality',
    'description' => 'Stub for testing functionality of the Signup module.',
    'group' => 'Signup',
  );
}