public static function OgVocabUnbindFromContentType::getInfo in OG Vocabulary 7
File
- ./
og_vocab.test, line 487 - Test organic groups vocabulary module.
Class
Code
public static function getInfo() {
return array(
'name' => 'OG vocabulary removing vocabulary from content type.',
'description' => 'Check the removing of the vocabulary delete the OG vocabulary term reference from nodes.',
'group' => 'Organic groups vocabulary',
'dependencies' => array(
'advancedqueue',
),
);
}