You are here

public static function TagadelicTaxonomyAdminWebTestCase::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.admin.test, line 11

Class

TagadelicTaxonomyAdminWebTestCase

Code

public static function getInfo() {
  return array(
    "name" => "Tagadelic Taxonomy Admin Test",
    "description" => "Tests admin area in Tagadelic Taxonomy",
    "group" => "Tagadelic",
  );
}