public static function TagadelicTaxonomyTestCase::getInfo in Tagadelic 7.2
getInfo sets information about this test
@scope public static @returns Array Descriptive array for this test
File
- tests/
tagadelic_taxonomy.test, line 15
Class
Code
public static function getInfo() {
return array(
"name" => "Tagadelic Taxonomy Test",
"description" => "Tests tagclouds from Tagadelic Taxonomy",
"group" => "Tagadelic",
);
}