function BackupMigrateUnitTest::get_info in Backup and Migrate 5
Drupal SimpleTest method: return metadata about the test.
File
- tests/
BackupMigrateUnitTest.test, line 11
Class
- BackupMigrateUnitTest
- Unit tests for Backup and Migrate module.
Code
function get_info() {
return array(
'name' => t('Backup and Migrate Unit Tests'),
'desc' => t('Executes the unit test suite for misc functions in backup and migrate.'),
'group' => t('Backup and Migrate module'),
);
}