public static function OgVocabMigrateTestCase::getInfo in OG Vocabulary 7
File
- ./
og_vocab.test, line 295 - Test organic groups vocabulary module.
Class
- OgVocabMigrateTestCase
- Test the revocation of group roles.
Code
public static function getInfo() {
return array(
'name' => 'Migrate from 6.x to 7.x',
'description' => 'Test the upgrade from Drupal 6.x to to 7.x.',
'group' => 'Organic groups vocabulary',
'dependencies' => array(
'migrate',
),
);
}