You are here

public static function Profile2RegpathAccessTest::getInfo in Profile2 Registration Path 7

Same name and namespace in other branches
  1. 7.2 tests/Profile2RegpathAccessTest.test \Profile2RegpathAccessTest::getInfo()

Provides the test running information about the test.

Return value

array

File

tests/Profile2RegpathAccessTest.test, line 14
Contains Profile2RegpathAccessTest.

Class

Profile2RegpathAccessTest
@file Contains Profile2RegpathAccessTest.

Code

public static function getInfo() {
  return array(
    'name' => 'Access',
    'description' => 'Tests access to the registration pages.',
    'group' => 'Profile2 Registration Path',
  );
}