public static function AggregatorUpdatePathTestCase::getInfo in Drupal 7
File
- 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',
);
}