public static function DatabaseExceptionWrapperTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Database/DatabaseExceptionWrapperTest.php, line 18
Contains Drupal\system\Tests\Database\DatabaseExceptionWrapperTest.

Class

DatabaseExceptionWrapperTest
Tests DatabaseExceptionWrapper thrown.

Namespace

Drupal\system\Tests\Database

Code

public static function getInfo() {
  return array(
    'name' => 'Database exceptiontests',
    'description' => 'Tests exceptions thrown by queries.',
    'group' => 'Database',
  );
}