public static function DatabaseTaggingTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/database_test.test, line 2551

Class

DatabaseTaggingTestCase
Select tagging tests.

Código

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