public static function AggregatorUpdatePathTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ upgrade/ update.aggregator.test, line 8 - Tests schema changes in aggregator.module.
Class
- AggregatorUpdatePathTestCase
- @file Tests schema changes in aggregator.module.
Código
public static function getInfo() {
return array(
'name' => 'Aggregator update path',
'description' => 'Aggregator update path tests.',
'group' => 'Upgrade path',
);
}