function DatabaseInsertTestCase::getInfo

File

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

Class

DatabaseInsertTestCase
Test the insert builder.

Code

public static function getInfo() {
    return array(
        'name' => 'Insert tests',
        'description' => 'Test the Insert query builder.',
        'group' => 'Database',
    );
}

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