public static function TaxonomyContainerTestCase::getInfo in Taxonomy container 7
Information about the test.
File
- ./
taxonomy_container.test, line 16 - Tests for taxonomy_container.module.
Class
- TaxonomyContainerTestCase
- Base class for all taxonomy container test cases.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy container widget',
'description' => 'Test the Taxonomy container widget.',
'group' => 'Taxonomy container',
);
}