public static function BmTestProfiles::getInfo in Backup and Migrate 7.3
Define this test class.
File
- tests/
BmTestProfiles.test, line 16 - Tests the profiles functionality.
Class
- BmTestProfiles
- Test that the front page still loads.
Code
public static function getInfo() {
return array(
'name' => 'Profiles tests',
'description' => 'Run through basic scenarios and functionality.',
'group' => 'backup_migrate',
);
}