File
- drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php, line 15
- Definition of Drupal\system\Tests\Database\SelectTest.
Class
- SelectTest
- Tests the SELECT builder.
Namespace
Drupal\system\Tests\Database
Code
public static function getInfo() {
return array(
'name' => 'Select tests',
'description' => 'Test the Select query builder.',
'group' => 'Database',
);
}