public static function DatabaseQueryTestCase::getInfo

Archivo

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

Class

DatabaseQueryTestCase
Drupal-specific SQL syntax tests.

Código

public static function getInfo() {
  return array(
    'name' => 'Custom query syntax tests',
    'description' => 'Test Drupal\'s extended prepared statement syntax..',
    'group' => 'Database',
  );
}