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