You are here

public static function PatternsTaxonomyTestCase::getInfo in Patterns 7.2

Same name and namespace in other branches
  1. 7 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',
  );
}