public static function PatternsTaxonomyTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/taxonomy/taxonomy.test \PatternsTaxonomyTestCase::getInfo()
File
- tests/taxonomy/taxonomy.test, line 11
- SimpleTests for the Taxonomy component of Patterns.
Class
- PatternsTaxonomyTestCase
- @file
SimpleTests for the Taxonomy component of Patterns.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy component',
'description' => 'Tests creating, modifying, deleting Vocabularies and Terms.',
'group' => 'Patterns',
);
}