You are here

public static function DatabaseTaggingTestCase::getInfo in SimpleTest 7

File

tests/database_test.test, line 2047

Class

DatabaseTaggingTestCase
Select tagging tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Query tagging tests',
    'description' => 'Test the tagging capabilities of the Select builder.',
    'group' => 'Database',
  );
}