public static function AlterTest::getInfo

Same name in this branch

File

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

Class

AlterTest
Tests alter queries.

Namespace

Drupal\system\Tests\Database

Code

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