You are here

public static function PatternsIndexesTestCase::getInfo in Patterns 7.2

Same name and namespace in other branches
  1. 7 tests/indexes/indexes.test \PatternsIndexesTestCase::getInfo()

File

tests/indexes/indexes.test, line 9
General SimpleTests for Patterns. Also, a Pattern running base class which uses QuickRun.

Class

PatternsIndexesTestCase
@file General SimpleTests for Patterns. Also, a Pattern running base class which uses QuickRun.

Code

public static function getInfo() {
  return array(
    'name' => 'Indexes test',
    'description' => 'Tests whether tagmodules and moduletags behave as expected.',
    'group' => 'Patterns',
  );
}