function MigrateFunctionalTest::getInfo in Migrate 6
File
- tests/
migrate_ui.test, line 29 - Tests for the Migrate UI.
Class
- MigrateFunctionalTest
- UI tests for the Migrate module
Code
function getInfo() {
return array(
'name' => t('Migrate UI'),
'description' => t('Test Migrate user interface'),
'group' => t('Migrate'),
);
}