public static function TaggingTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php, line 18
Definition of Drupal\system\Tests\Database\TaggingTest.

Class

TaggingTest
Tests SELECT query tagging.

Namespace

Drupal\system\Tests\Database

Code

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