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