public static function AggregatorUpdatePathTestCase::getInfo

File

drupal/modules/simpletest/tests/upgrade/update.aggregator.test, line 8
Tests schema changes in aggregator.module.

Class

AggregatorUpdatePathTestCase
@file Tests schema changes in aggregator.module.

Code

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