public static function BotchaUpdatePathTestCase::getInfo in BOTCHA Spam Prevention 7.3
File
- tests/
upgrade/ update.botcha.test, line 14 - Provides upgrade path tests for the Botcha module. If test failed and didn't get finished - you should patch Drupal core.
Class
- BotchaUpdatePathTestCase
- Tests the Botcha 7.x-1.0 -> 7.x-3.x upgrade path.
Code
public static function getInfo() {
return array(
'name' => 'Botcha update path',
'description' => 'Botcha update path tests.',
'group' => 'BOTCHA',
);
}