You are here

function MigrateUnitTest::getInfo in Migrate 6

File

tests/migrate_api.test, line 12
Tests for the Migrate API.

Class

MigrateUnitTest
API tests for the Migrate module

Code

function getInfo() {
  return array(
    'name' => t('Migrate API'),
    'description' => t('Test Migrate API functions'),
    'group' => t('Migrate'),
  );
}