function DatabaseTransactionTestCase::getInfo

File

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

Class

DatabaseTransactionTestCase
Test transaction support, particularly nesting.

Code

public static function getInfo() {
    return array(
        'name' => 'Transaction tests',
        'description' => 'Test the transaction abstraction system.',
        'group' => 'Database',
    );
}

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