function DatabaseInvalidDataTestCase::getInfo

File

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

Class

DatabaseInvalidDataTestCase
Test invalid data handling.

Code

public static function getInfo() {
    return array(
        'name' => 'Invalid data',
        'description' => 'Test handling of some invalid data.',
        'group' => 'Database',
    );
}

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