public static function FieldUpdatePathTestCase::getInfo

File

drupal/modules/simpletest/tests/upgrade/update.field.test, line 12
Provides update path tests for the Field module.

Class

FieldUpdatePathTestCase
Tests the Field 7.0 -> 7.x update path.

Code

public static function getInfo() {
  return array(
    'name' => 'Field update path',
    'description' => 'Field update path tests.',
    'group' => 'Upgrade path',
  );
}