public static function Profile2RegpathAccessTest::getInfo in Profile2 Registration Path 7.2
Same name and namespace in other branches
- 7 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',
);
}