You are here

public static function MigrateExtrasPathautoUnitTest::getInfo in Migrate Extras 7.2

Same name and namespace in other branches
  1. 6.2 tests/pathauto.test \MigrateExtrasPathautoUnitTest::getInfo()

File

tests/pathauto.test, line 7

Class

MigrateExtrasPathautoUnitTest
Test pathauto migration.

Code

public static function getInfo() {
  return array(
    'name' => 'Pathauto migration',
    'description' => 'Test disabling of pathauto during migration',
    'group' => 'Migrate',
  );
}