You are here

public static function DatabaseInsertTestCase::getInfo in SimpleTest 7

File

tests/database_test.test, line 401

Class

DatabaseInsertTestCase
Test the insert builder.

Code

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