function DatabaseSelectComplexTestCase2::getInfo

File

modules/simpletest/tests/database_test.test, line 2496

Class

DatabaseSelectComplexTestCase2
Test more complex select statements, part 2.

Code

public static function getInfo() {
    return array(
        'name' => 'Select tests, complex 2',
        'description' => 'Test the Select query builder with even more complex queries.',
        'group' => 'Database',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.